Latest WSL updates

This commit is contained in:
Greg Hellings
2023-01-14 13:42:31 -06:00
parent a4a0843139
commit b5ecc6efb7
2 changed files with 8 additions and 8 deletions
Generated
+6 -6
View File
@@ -143,11 +143,11 @@
}, },
"nixunstable": { "nixunstable": {
"locked": { "locked": {
"lastModified": 1670751203, "lastModified": 1673540789,
"narHash": "sha256-XdoH1v3shKDGlrwjgrNX/EN8s3c+kQV7xY6cLCE8vcI=", "narHash": "sha256-xqnxBOK3qctIeUVxecydrEDbEXjsvHCPGPbvsl63M/U=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "64e0bf055f9d25928c31fb12924e59ff8ce71e60", "rev": "0f213d0fee84280d8c3a97f7469b988d6fe5fcdf",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -209,11 +209,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1671740841, "lastModified": 1673339198,
"narHash": "sha256-y9xl0aYI9uOJpNabIVja7aksDgV5nMgH8MsWaEOW2bM=", "narHash": "sha256-5EAIJq89sTFooJ5vhsnaw7mDtKVDICvCv2ul7+BXAgA=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NixOS-WSL", "repo": "NixOS-WSL",
"rev": "3ec8fafb7b5d1463cb166233cf18bf495dd8e944", "rev": "217178edb1127fb41ac4fd534d8a513c3dd3d81b",
"type": "github" "type": "github"
}, },
"original": { "original": {
+2 -2
View File
@@ -82,9 +82,9 @@
"lappy" = machine { name = "lappy"; }; "lappy" = machine { name = "lappy"; };
"iso" = machine { name = "iso"; }; "iso" = machine { name = "iso"; };
# nix build '.#nixosConfigurations.wsl.config.system.build.installer' # 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' # 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 = darwinConfigurations =