diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2024-03-16 16:59:29 -0400 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2024-03-16 16:59:29 -0400 |
| commit | 0fbad38ef137f7e9417c38b459965e9f22b686ac (patch) | |
| tree | ea052c90c6baa016108fea11196e8acfb6fda58b /flake.lock | |
| parent | c63738e17df4d5bfff2049a6d1c445c609c2189e (diff) | |
chore: set package version
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..4b132a8 --- /dev/null +++ b/flake.lock @@ -0,0 +1,27 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1710313540, + "narHash": "sha256-HtTTpGe0azsEJVaT9RvbGFGB4idUneraLiUTxFb3ABM=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "4008381882569ab4773f2ba0d7b7bbde8f665672", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |
