Fix direnv
This commit is contained in:
parent
aa65677528
commit
aae1db8738
2 changed files with 11 additions and 12 deletions
12
flake.lock
generated
12
flake.lock
generated
|
@ -387,11 +387,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1752798675,
|
"lastModified": 1752814804,
|
||||||
"narHash": "sha256-oMJhxLVGVC7v0ReNQ/vFVKMQOPUixg/74MnZZ1Wkv4s=",
|
"narHash": "sha256-irfg7lnfEpJY+3Cffkluzp2MTVw1Uq9QGxFp6qadcXI=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "dcfd70f80fe6d872c2dc58fe3be384a681e56fea",
|
"rev": "d0300c8808e41da81d6edfc202f3d3833c157daf",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -574,11 +574,11 @@
|
||||||
"nixpkgs": "nixpkgs_6"
|
"nixpkgs": "nixpkgs_6"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1752803770,
|
"lastModified": 1752812706,
|
||||||
"narHash": "sha256-XIqCbwXxB+3SaBCF6rE8iDxYr/r7oBYneF4t3jKFi+U=",
|
"narHash": "sha256-ThH71ynPsGJJY7kTZPzn3iqknvggxW8ytgpNoipF9tU=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "NUR",
|
"repo": "NUR",
|
||||||
"rev": "da96d3d92299858d8bae7634e890502ddd3a2aa4",
|
"rev": "249b471e572283a153a7f9c95c64694e394b915a",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -468,12 +468,11 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# TODO: https://github.com/nix-community/home-manager/pull/7498
|
direnv = {
|
||||||
# direnv = {
|
enable = true;
|
||||||
# enable = true;
|
mise.enable = true;
|
||||||
# mise.enable = true;
|
nix-direnv.enable = true;
|
||||||
# nix-direnv.enable = true;
|
};
|
||||||
# };
|
|
||||||
};
|
};
|
||||||
services = {
|
services = {
|
||||||
gpg-agent = {
|
gpg-agent = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue