diff options
author | Leonardo Santiago <[email protected]> | 2024-05-17 15:07:44 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-05-17 15:07:44 -0300 |
commit | 1f63b8ee182fb521734aae305cbead04fa4bff65 (patch) | |
tree | 43929f0b661d509f6cccc7f2a98167968e15ddce /flake.nix | |
parent | 752244b5798650de878f8dcd1d52c1c813dc1a6e (diff) |
update flake, fix direnv
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -14,10 +14,7 @@ inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; - home-manager = { - url = "github:nix-community/home-manager"; - inputs.nixpkgs.follows = "nixpkgs"; - }; + home-manager.url = "github:nix-community/home-manager"; agenix = { url = "github:ryantm/agenix"; inputs.nixpkgs.follows = "nixpkgs"; |