diff options
| author | Mel <einebeere@gmail.com> | 2024-09-13 19:59:05 +0000 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-09-13 19:59:05 +0000 |
| commit | 97482db4bc7d749484dd641f070f8497b17fa5a1 (patch) | |
| tree | f2cb3df9b14487d5c8bdebdda7b967616034144e /flake.lock | |
| parent | 593ec35d7daae320ee58464c8fd039453027fc0c (diff) | |
| download | rnrd-97482db4bc7d749484dd641f070f8497b17fa5a1.tar.zst rnrd-97482db4bc7d749484dd641f070f8497b17fa5a1.zip | |
Flakes
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..f066aaa --- /dev/null +++ b/flake.lock @@ -0,0 +1,44 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1725930920, + "narHash": "sha256-RVhD9hnlTT2nJzPHlAqrWqCkA7T6CYrP41IoVRkciZM=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "44a71ff39c182edaf25a7ace5c9454e7cba2c658", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-24.05", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs-unstable": { + "locked": { + "lastModified": 1726062873, + "narHash": "sha256-IiA3jfbR7K/B5+9byVi9BZGWTD4VSbWe8VLpp9B/iYk=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "4f807e8940284ad7925ebd0a0993d2a1791acb2f", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs", + "nixpkgs-unstable": "nixpkgs-unstable" + } + } + }, + "root": "root", + "version": 7 +} |
