From 104fd6b68e77cfba6ea8a0ec308dfc9a6815775f Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Sat, 30 Sep 2023 03:55:09 -0600 Subject: fixed typo and made flake.lock --- flake.lock | 17 +++++++++++++++++ flake.nix | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/flake.lock b/flake.lock index a71a8e4..0186c9c 100644 --- a/flake.lock +++ b/flake.lock @@ -212,6 +212,22 @@ "type": "github" } }, + "nushell-scripts": { + "flake": false, + "locked": { + "lastModified": 1695747169, + "narHash": "sha256-Z2WZxgUB5zMMkz+C5iidB1LH4H5XLmd0nhx88TsxvNU=", + "owner": "nushell", + "repo": "nu_scripts", + "rev": "694701430662f08071cc1b88cb3fa438539c39ea", + "type": "github" + }, + "original": { + "owner": "nushell", + "repo": "nu_scripts", + "type": "github" + } + }, "root": { "inputs": { "catppuccin-alacritty": "catppuccin-alacritty", @@ -224,6 +240,7 @@ "hyprland": "hyprland", "nixpkgs": "nixpkgs_2", "nixpkgs-unstable": "nixpkgs-unstable", + "nushell-scripts": "nushell-scripts", "wallpapers": "wallpapers" } }, 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; }; -- cgit v1.2.3