diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-02-09 06:58:21 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-02-20 11:11:18 -0600 |
| commit | 691a441bfeb90642840d2869cb04ec146e274a1e (patch) | |
| tree | 79f554b77890c25dfd731fd8dcd555a5bb6af5bd | |
| parent | f3b18ead59ae02f95dabbf0a1dea40873a816975 (diff) | |
flake.lock: Update
Flake lock file updates:
• Updated input 'nixpkgs':
'github:nixos/nixpkgs/3b9e1bd994c34b020ed7898b805a104511294d63' (2023-10-01)
→ 'path:/nix/store/idj2jaaarjlvpiq2kxdlw937yr0j086l-source?lastModified=1707238373&narHash=sha256-WKxT0yLzWbFZwYi92lI0yWJpYtRaFSWHGX8QXzejapw%3D&rev=fb0c047e30b69696acc42e669d02452ca1b55755' (2024-02-06)
| -rw-r--r-- | flake.lock | 17 | ||||
| -rw-r--r-- | flake.nix | 2 |
2 files changed, 7 insertions, 12 deletions
@@ -2,18 +2,15 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1696143757, - "narHash": "sha256-r69r9PBwNYReBavktCOP6jmtnpF0DEZWABBnJuzqkK0=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "3b9e1bd994c34b020ed7898b805a104511294d63", - "type": "github" + "lastModified": 1707238373, + "narHash": "sha256-WKxT0yLzWbFZwYi92lI0yWJpYtRaFSWHGX8QXzejapw=", + "path": "/nix/store/idj2jaaarjlvpiq2kxdlw937yr0j086l-source", + "rev": "fb0c047e30b69696acc42e669d02452ca1b55755", + "type": "path" }, "original": { - "owner": "nixos", - "ref": "release-23.05", - "repo": "nixpkgs", - "type": "github" + "id": "nixpkgs", + "type": "indirect" } }, "root": { @@ -1,6 +1,4 @@ { - inputs.nixpkgs.url = "github:nixos/nixpkgs/release-23.05"; - outputs = { self, nixpkgs }: let system = "x86_64-linux"; |
