diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-06-29 13:12:16 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-06-29 15:39:03 -0400 |
commit | 6f5dd3d137eb65b777d4e24e367c63c3e4fd2d1f (patch) | |
tree | c6d44f2ea7a2eac41bc03d33e7cd03577de629b2 /flake.nix | |
parent | 0.17.0 (diff) |
nix minor
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,8 @@ self, nixpkgs, flake-utils, - } @ inputs: let + ... + }@inputs: let pname = "spine"; version = "0.17.0"; shell = ./shell.nix; |