1
0
Fork 0

Fix direnv

This commit is contained in:
Ethan Reece 2025-07-18 01:08:58 -05:00
parent aa65677528
commit aae1db8738
Signed by: me
GPG key ID: DD8CE04D5D8FF832
2 changed files with 11 additions and 12 deletions

12
flake.lock generated
View file

@ -387,11 +387,11 @@
]
},
"locked": {
"lastModified": 1752798675,
"narHash": "sha256-oMJhxLVGVC7v0ReNQ/vFVKMQOPUixg/74MnZZ1Wkv4s=",
"lastModified": 1752814804,
"narHash": "sha256-irfg7lnfEpJY+3Cffkluzp2MTVw1Uq9QGxFp6qadcXI=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "dcfd70f80fe6d872c2dc58fe3be384a681e56fea",
"rev": "d0300c8808e41da81d6edfc202f3d3833c157daf",
"type": "github"
},
"original": {
@ -574,11 +574,11 @@
"nixpkgs": "nixpkgs_6"
},
"locked": {
"lastModified": 1752803770,
"narHash": "sha256-XIqCbwXxB+3SaBCF6rE8iDxYr/r7oBYneF4t3jKFi+U=",
"lastModified": 1752812706,
"narHash": "sha256-ThH71ynPsGJJY7kTZPzn3iqknvggxW8ytgpNoipF9tU=",
"owner": "nix-community",
"repo": "NUR",
"rev": "da96d3d92299858d8bae7634e890502ddd3a2aa4",
"rev": "249b471e572283a153a7f9c95c64694e394b915a",
"type": "github"
},
"original": {

View file

@ -468,12 +468,11 @@ in
];
};
};
# TODO: https://github.com/nix-community/home-manager/pull/7498
# direnv = {
# enable = true;
# mise.enable = true;
# nix-direnv.enable = true;
# };
direnv = {
enable = true;
mise.enable = true;
nix-direnv.enable = true;
};
};
services = {
gpg-agent = {