summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-03-27 10:26:08 -0400
committerGitHub <noreply@github.com>2023-03-27 16:26:08 +0200
commitb843ca17d8c58689dcef1433dd1c7100394a2a83 (patch)
tree04824d970a61a50dca697ef6396cac7aac5b4925 /flake.lock
parent52905cf77f593c8bee0d96ce0a405bdf80323316 (diff)
Add Nix flake (#158)
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock27
1 files changed, 27 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 00000000..e8fac469
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,27 @@
+{
+ "nodes": {
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1679262748,
+ "narHash": "sha256-DQCrrAFrkxijC6haUzOC5ZoFqpcv/tg2WxnyW3np1Cc=",
+ "owner": "nixos",
+ "repo": "nixpkgs",
+ "rev": "60c1d71f2ba4c80178ec84523c2ca0801522e0a6",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nixos",
+ "ref": "nixos-unstable",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "root": {
+ "inputs": {
+ "nixpkgs": "nixpkgs"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}