diff options
| -rw-r--r-- | flake.lock | 10 | ||||
| -rw-r--r-- | flake.nix | 7 |
2 files changed, 9 insertions, 8 deletions
@@ -369,15 +369,15 @@ "nushell-scripts": { "flake": false, "locked": { - "lastModified": 1716413736, - "narHash": "sha256-V2GL14M+MudPse1WFNhPL6Uvqjfm85n4J6dZki6uvzE=", - "owner": "doolphin", + "lastModified": 1716399661, + "narHash": "sha256-dFEr4tntEPMiwrBYeyWQbkkqu5xsXMYyEj7mJ3Kp7yw=", + "owner": "nushell", "repo": "nu_scripts", - "rev": "3958f0ba7e3fd2762a01d6bb003fdfd4dd7598d8", + "rev": "407a313bbb13bd5ce2de16768ab2ebec7c111657", "type": "github" }, "original": { - "owner": "doolphin", + "owner": "nushell", "repo": "nu_scripts", "type": "github" } @@ -48,8 +48,8 @@ # useful nushell scripts, such as auto_completion nushell-scripts = { - url = "github:doolphin/nu_scripts"; - # url = "github:nushell/nu_scripts"; + # url = "github:doolphin/nu_scripts"; + url = "github:nushell/nu_scripts"; flake = false; }; @@ -134,8 +134,9 @@ outputs = inputs@{ self, ...}: with inputs; { packages.x86_64-linux = { + # packages.x86_64-linux = { ISO = nixos-generators.nixosGenerate { - system = "x86_64-linux"; + system = "aarch64-linux"; modules = [ ./modules/users/defin.nix ./modules/nixos/system-packages.nix |
