summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2023-09-30 03:55:09 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2023-09-30 03:55:09 -0600
commit104fd6b68e77cfba6ea8a0ec308dfc9a6815775f (patch)
tree166b78c75344e2be4f359cf917e6423f4302f6b4 /flake.nix
parentd9e3d1977e79ea36da7bc615699b67f431913c23 (diff)
fixed typo and made flake.lock
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 3084729..2cdade9 100644
--- a/flake.nix
+++ b/flake.nix
@@ -43,7 +43,7 @@
# useful nushell scripts, such as auto_completion
nushell-scripts = {
- url = "github:nushell/nu_scripts"
+ url = "github:nushell/nu_scripts";
flake = false;
};