diff options
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 25 |
1 files changed, 6 insertions, 19 deletions
diff --git a/flake.lock b/flake.lock index d23d600..87c124d 100644 --- a/flake.lock +++ b/flake.lock @@ -18,11 +18,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1680899675, - "narHash": "sha256-3ogGOPFcSuhf7NrPNREFApkGkLBR2og5lyBJY7+mbig=", + "lastModified": 1681779497, + "narHash": "sha256-f82m8Ki9upuQozus3fBaywmQ3ySLT/w6GkqHVUqQJoE=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "d426ae4241ef89fcbd646cd796abd3e83167f54d", + "rev": "53da61ec95e30d0d513a8be8d730dee90eff307e", "type": "github" }, "original": { @@ -47,21 +47,6 @@ "type": "indirect" } }, - "nixpkgs_2": { - "locked": { - "lastModified": 1669542132, - "narHash": "sha256-DRlg++NJAwPh8io3ExBJdNW7Djs3plVI5jgYQ+iXAZQ=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "a115bb9bd56831941be3776c8a94005867f316a7", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "ref": "nixos-unstable", - "type": "indirect" - } - }, "root": { "inputs": { "nixpkgs": "nixpkgs", @@ -71,7 +56,9 @@ "simple-nixos-mailserver": { "inputs": { "blobs": "blobs", - "nixpkgs": "nixpkgs_2", + "nixpkgs": [ + "nixpkgs" + ], "nixpkgs-22_11": "nixpkgs-22_11", "utils": "utils" }, |