diff options
| author | Chris Wells <chris@mathematicaster.org> | 2026-01-30 09:33:19 -0600 |
|---|---|---|
| committer | Chris Wells <chris@mathematicaster.org> | 2026-01-30 09:33:19 -0600 |
| commit | 9d0d5fe14e25d5165bc1af521b969e2c35a08130 (patch) | |
| tree | a85f5a3be20189e54f7fd4f6e35f94ec7d5621e4 /flake.lock | |
| parent | aa35c0542348c206c1d95ba576fd981e18f50a33 (diff) | |
| download | assets-9d0d5fe14e25d5165bc1af521b969e2c35a08130.tar assets-9d0d5fe14e25d5165bc1af521b969e2c35a08130.tar.gz assets-9d0d5fe14e25d5165bc1af521b969e2c35a08130.tar.bz2 assets-9d0d5fe14e25d5165bc1af521b969e2c35a08130.tar.lz assets-9d0d5fe14e25d5165bc1af521b969e2c35a08130.tar.xz assets-9d0d5fe14e25d5165bc1af521b969e2c35a08130.tar.zst assets-9d0d5fe14e25d5165bc1af521b969e2c35a08130.zip | |
Added css and favicons. I'll generate them from scratch later
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 38 |
1 files changed, 27 insertions, 11 deletions
@@ -1,20 +1,20 @@ { "nodes": { - "flake-utils": { + "flake-parts": { "inputs": { - "systems": "systems" + "nixpkgs-lib": "nixpkgs-lib" }, "locked": { - "lastModified": 1726560853, - "narHash": "sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a", + "lastModified": 1768135262, + "narHash": "sha256-PVvu7OqHBGWN16zSi6tEmPwwHQ4rLPU9Plvs8/1TUBY=", + "owner": "hercules-ci", + "repo": "flake-parts", + "rev": "80daad04eddbbf5a4d883996a73f3f542fa437ac", "type": "github" }, "original": { - "owner": "numtide", - "repo": "flake-utils", + "owner": "hercules-ci", + "repo": "flake-parts", "type": "github" } }, @@ -48,11 +48,27 @@ "type": "github" } }, + "nixpkgs-lib": { + "locked": { + "lastModified": 1769304017, + "narHash": "sha256-TE1EHvIAz81IGUKTmKQehbc9hjuxF7pe/QWdQuy/Ijc=", + "owner": "nix-community", + "repo": "nixpkgs.lib", + "rev": "d4c8053ce1d9ba28bfb69a9f9f23ac24d313d4e8", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "nixpkgs.lib", + "type": "github" + } + }, "root": { "inputs": { - "flake-utils": "flake-utils", + "flake-parts": "flake-parts", "nix-filter": "nix-filter", - "nixpkgs": "nixpkgs" + "nixpkgs": "nixpkgs", + "systems": "systems" } }, "systems": { |
