diff options
author | sudoforge <no-reply@sudoforge.com> | 2024-07-18 21:01:04 -0700 |
---|---|---|
committer | sudoforge <9c001b67637a@sudoforge.com> | 2024-07-20 16:45:55 -0700 |
commit | bf753031d012b106ddafff2e3bfd4422db5e4935 (patch) | |
tree | ea47f526e9036e0ae09bf6bd76f2007e896dcc5f /flake.lock | |
parent | eda0d6723978fa19711b538bf1e9641537959bb3 (diff) | |
download | git-bug-bf753031d012b106ddafff2e3bfd4422db5e4935.tar.gz |
feat: add initial nix development shell
This change bootstraps the configuration of a development shell via nix.
Change-Id: Ic171e7599b50bb29ecc07d9c4534bcbc117f2299
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 00000000..a88843cc --- /dev/null +++ b/flake.lock @@ -0,0 +1,61 @@ +{ + "nodes": { + "flake-utils": { + "inputs": { + "systems": "systems" + }, + "locked": { + "lastModified": 1710146030, + "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1721138476, + "narHash": "sha256-+W5eZOhhemLQxelojLxETfbFbc19NWawsXBlapYpqIA=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "ad0b5eed1b6031efaed382844806550c3dcb4206", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "flake-utils": "flake-utils", + "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 +} |