diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-09-30 03:55:09 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-09-30 03:55:09 -0600 |
| commit | 104fd6b68e77cfba6ea8a0ec308dfc9a6815775f (patch) | |
| tree | 166b78c75344e2be4f359cf917e6423f4302f6b4 /flake.lock | |
| parent | d9e3d1977e79ea36da7bc615699b67f431913c23 (diff) | |
fixed typo and made flake.lock
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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" } }, |
