Commit 16930ef

HPCesia <me@hpcesia.com>
2025-07-21 13:16:05
chore: remove `nu-scripts` input
1 parent fd0276a
Changed files (2)
flake.lock
@@ -274,22 +274,6 @@
         "type": "github"
       }
     },
-    "nu-scripts": {
-      "flake": false,
-      "locked": {
-        "lastModified": 1752876487,
-        "narHash": "sha256-YXLmTlyd4MFTNCZ7NeiI/4TlhTYJRqB7Y4avzg9A+hI=",
-        "owner": "nushell",
-        "repo": "nu_scripts",
-        "rev": "798a28e41897c964839216dbba4d6670bfde2484",
-        "type": "github"
-      },
-      "original": {
-        "owner": "nushell",
-        "repo": "nu_scripts",
-        "type": "github"
-      }
-    },
     "nur": {
       "inputs": {
         "flake-parts": "flake-parts",
@@ -366,7 +350,6 @@
         "nixpkgs": "nixpkgs_2",
         "nixpkgs-stable": "nixpkgs-stable",
         "nixpkgs-unstable": "nixpkgs-unstable",
-        "nu-scripts": "nu-scripts",
         "nur": "nur",
         "nur-hpcesia": "nur-hpcesia",
         "plasma-manager": "plasma-manager",
flake.nix
@@ -48,11 +48,6 @@
       inputs.nixpkgs.follows = "nixpkgs";
     };
 
-    nu-scripts = {
-      url = "github:nushell/nu_scripts";
-      flake = false;
-    };
-
     # === Follows are myself repos === #
     nur-hpcesia = {
       url = "github:HPCesia/nur-packages";