diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2023-03-01 14:07:42 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2023-03-01 14:07:42 +0100 |
| commit | d5f0c356a33ec0b5670595f9a5175a642acee900 (patch) | |
| tree | 20fd86f2a7f2d3ccaab7781f48bcfb69ce865296 /flake.lock | |
| parent | bcb36beee78cf83c286e29036c869c5c42336ac4 (diff) | |
nixos: nix: upgrade flags: use personal lib
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 38 |
1 files changed, 34 insertions, 4 deletions
@@ -1,5 +1,19 @@ { "nodes": { + "flake-utils": { + "locked": { + "lastModified": 1676283394, + "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", + "type": "github" + }, + "original": { + "id": "flake-utils", + "type": "indirect" + } + }, "home-manager": { "inputs": { "nixpkgs": "nixpkgs", @@ -20,14 +34,16 @@ }, "my-nixpkgs": { "inputs": { + "flake-utils": "flake-utils", + "nixpkgs": "nixpkgs_2", "nur": "nur" }, "locked": { - "lastModified": 1677605324, - "narHash": "sha256-57tz2Zt37xnJAB4PGid3txzIcVhYrqZNPIrE7InlR6A=", + "lastModified": 1677675864, + "narHash": "sha256-8Bz+Wd/e/oSDJ7OIYGt0/6nINXsj2/2PbrN5ZhOPa0k=", "owner": "qaristote", "repo": "my-nixpkgs", - "rev": "ceb6a8075e1b6e1228b7c75a8da36ed520d32b5f", + "rev": "857b17aa02062cc3e036e4049e37c11eb1a7e707", "type": "github" }, "original": { @@ -80,6 +96,20 @@ "type": "indirect" } }, + "nixpkgs_3": { + "locked": { + "lastModified": 1677560409, + "narHash": "sha256-PIvUIsVNozPXe1FmNe9c6B8Febl3t9+51uBKMJ1Q8o0=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "9e56d6ec92c8fb4192f1392aa5c4101ad77f2070", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "type": "indirect" + } + }, "nur": { "locked": { "lastModified": 1677656154, @@ -99,7 +129,7 @@ "home-manager": "home-manager", "my-nixpkgs": "my-nixpkgs", "nixos-hardware": "nixos-hardware", - "nixpkgs": "nixpkgs_2" + "nixpkgs": "nixpkgs_3" } }, "utils": { |
