diff options
author | Ashelyn Rose <rose@tempest.dev> | 2023-05-28 18:15:56 -0600 |
---|---|---|
committer | Ashelyn Rose <rose@tempest.dev> | 2023-05-28 18:15:56 -0600 |
commit | 6697a293ae5d678cceaec2e3f4488196af936634 (patch) | |
tree | 48e95a9c03694f75018539e4a5275273dbec0d6e /flake.lock | |
parent | ab3c61f5cc765dab6b8d51cd0e0e34c51544c355 (diff) |
Nix flake config
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..74b7e69 --- /dev/null +++ b/flake.lock @@ -0,0 +1,77 @@ +{ + "nodes": { + "nix-filter": { + "locked": { + "lastModified": 1681154353, + "narHash": "sha256-MCJ5FHOlbfQRFwN0brqPbCunLEVw05D/3sRVoNVt2tI=", + "owner": "numtide", + "repo": "nix-filter", + "rev": "f529f42792ade8e32c4be274af6b6d60857fbee7", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "nix-filter", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1685005470, + "narHash": "sha256-Nw+4uivzCwyZcEB71YH58zYk4N5UgcNeqb+D52bjlhI=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "60a2bc32e7369caf2f009f701ca98a8622abfdb3", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "master", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nix-filter": "nix-filter", + "nixpkgs": "nixpkgs", + "utils": "utils" + } + }, + "systems": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "utils": { + "inputs": { + "systems": "systems" + }, + "locked": { + "lastModified": 1681202837, + "narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "cfacdce06f30d2b68473a46042957675eebb3401", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + } + }, + "root": "root", + "version": 7 +} |