Compare commits

..

No commits in common. "888185073089965538dbdc03eebbd760d8b3172b" and "1d2de38dd2ebdc739f8f24edb4f789ab7c07c528" have entirely different histories.

2 changed files with 13 additions and 12 deletions

View file

@ -20,11 +20,11 @@
}, },
"emacs-overlay": { "emacs-overlay": {
"locked": { "locked": {
"lastModified": 1642703365, "lastModified": 1642358862,
"narHash": "sha256-TgR0xJSGUt0kgk7KiF4NfFNPU7umDrAx/oFVqlvqmmM=", "narHash": "sha256-tttyyXdpOQYxFG3HkOOcK0dFxBpdaeWHRrIWWnQRZYA=",
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "4075922d23e44a2b4c73e8c08f8b008ec6391ef2", "rev": "cdd347f1b966415c5473b3e3f4640c0d0fd13b55",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -57,11 +57,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1642676973, "lastModified": 1642372264,
"narHash": "sha256-bLQ6n0pXYaIuNSyJnm30JGCfjmuTi59qAmj8S2ExDXI=", "narHash": "sha256-SRnw7qcHmvUBxby925Vm+nhPqq7YVs1qquNqv7TRyVY=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "7eb5106548eaab99ebeb21c87f93092de54fe931", "rev": "46bba772f26f89b62811f487d2b0d5357c91bc32",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -102,11 +102,11 @@
}, },
"nixpkgs-unstable-small": { "nixpkgs-unstable-small": {
"locked": { "locked": {
"lastModified": 1642694151, "lastModified": 1642285376,
"narHash": "sha256-e5IUzWN12iduNLlKZN/wlAxpfDl9FHKxxnPpyAQJyZ8=", "narHash": "sha256-LfZBVKCrPOx5k9pUoJlRsBvdz7yn1qYHenCKuqwwFGo=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "1c0f3cd8dfb451fcde1e164426ef9211f7c595c1", "rev": "0a223c8d509cea6b4be3906f9c39820ff195fad2",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -118,11 +118,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1642635915, "lastModified": 1642104392,
"narHash": "sha256-vabPA32j81xBO5m3+qXndWp5aqepe+vu96Wkd9UnngM=", "narHash": "sha256-m71b7MgMh9FDv4MnI5sg9MiBVW6DhE1zq+d/KlLWSC8=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "6d8215281b2f87a5af9ed7425a26ac575da0438f", "rev": "5aaed40d22f0d9376330b6fa413223435ad6fee5",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -16,6 +16,7 @@ in
services.lorri.enable = true; services.lorri.enable = true;
programs.direnv = { programs.direnv = {
enable = true; enable = true;
enableFishIntegration = true;
# FIXME: proper file, not lorri.nix # FIXME: proper file, not lorri.nix
nix-direnv = { nix-direnv = {
enable = true; enable = true;