From b5ecc6efb7c542e81e46e8e5157476a3939a6b07 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Sat, 14 Jan 2023 13:42:31 -0600 Subject: [PATCH] Latest WSL updates --- flake.lock | 12 ++++++------ flake.nix | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index f4781c6..d90d484 100644 --- a/flake.lock +++ b/flake.lock @@ -143,11 +143,11 @@ }, "nixunstable": { "locked": { - "lastModified": 1670751203, - "narHash": "sha256-XdoH1v3shKDGlrwjgrNX/EN8s3c+kQV7xY6cLCE8vcI=", + "lastModified": 1673540789, + "narHash": "sha256-xqnxBOK3qctIeUVxecydrEDbEXjsvHCPGPbvsl63M/U=", "owner": "nixos", "repo": "nixpkgs", - "rev": "64e0bf055f9d25928c31fb12924e59ff8ce71e60", + "rev": "0f213d0fee84280d8c3a97f7469b988d6fe5fcdf", "type": "github" }, "original": { @@ -209,11 +209,11 @@ ] }, "locked": { - "lastModified": 1671740841, - "narHash": "sha256-y9xl0aYI9uOJpNabIVja7aksDgV5nMgH8MsWaEOW2bM=", + "lastModified": 1673339198, + "narHash": "sha256-5EAIJq89sTFooJ5vhsnaw7mDtKVDICvCv2ul7+BXAgA=", "owner": "nix-community", "repo": "NixOS-WSL", - "rev": "3ec8fafb7b5d1463cb166233cf18bf495dd8e944", + "rev": "217178edb1127fb41ac4fd534d8a513c3dd3d81b", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 4f43dfc..828e53c 100644 --- a/flake.nix +++ b/flake.nix @@ -82,9 +82,9 @@ "lappy" = machine { name = "lappy"; }; "iso" = machine { name = "iso"; }; # nix build '.#nixosConfigurations.wsl.config.system.build.installer' - "wsl" = machine { name = "wsl"; }; + "nixos" = machine { name = "wsl"; system = "aarch64-linux"; }; # nix build '.#nixosConfigurations.wsl-aarch.config.system.build.installer' - "wsl-aarch" = machine { name = "wsl"; system = "aarch64-linux"; }; + "nixos-arm" = machine { name = "wsl"; system = "aarch64-linux"; }; }; darwinConfigurations =