diff options
| author | Chris Wells <chris@mathematicaster.org> | 2024-12-04 13:23:40 -0600 |
|---|---|---|
| committer | Chris Wells <chris@mathematicaster.org> | 2024-12-04 13:23:40 -0600 |
| commit | c9cc52175073c5e690ea7eb30aad23d0d1776435 (patch) | |
| tree | a9fe3508fc60e3909ebe6a65dc77b44c367342d7 /flake.lock | |
| parent | d7be39cd8a16e22f6f8784fdae06c223df5864c1 (diff) | |
| download | assets-c9cc52175073c5e690ea7eb30aad23d0d1776435.tar assets-c9cc52175073c5e690ea7eb30aad23d0d1776435.tar.gz assets-c9cc52175073c5e690ea7eb30aad23d0d1776435.tar.bz2 assets-c9cc52175073c5e690ea7eb30aad23d0d1776435.tar.lz assets-c9cc52175073c5e690ea7eb30aad23d0d1776435.tar.xz assets-c9cc52175073c5e690ea7eb30aad23d0d1776435.tar.zst assets-c9cc52175073c5e690ea7eb30aad23d0d1776435.zip | |
Trying to write css
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..a82f023 --- /dev/null +++ b/flake.lock @@ -0,0 +1,76 @@ +{ + "nodes": { + "flake-utils": { + "inputs": { + "systems": "systems" + }, + "locked": { + "lastModified": 1726560853, + "narHash": "sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "nix-filter": { + "locked": { + "lastModified": 1730207686, + "narHash": "sha256-SCHiL+1f7q9TAnxpasriP6fMarWE5H43t25F5/9e28I=", + "owner": "numtide", + "repo": "nix-filter", + "rev": "776e68c1d014c3adde193a18db9d738458cd2ba4", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "nix-filter", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1731532898, + "narHash": "sha256-M3Vv3Ka6AUitXhs6bFHNlc2VvVQRwF+MPS6+z2ggvLw=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "755573265fe75219dfe67161ed6b090a9c004360", + "type": "github" + }, + "original": { + "owner": "nixos", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "flake-utils": "flake-utils", + "nix-filter": "nix-filter", + "nixpkgs": "nixpkgs" + } + }, + "systems": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + } + }, + "root": "root", + "version": 7 +} |
