Latest WSL update

This commit is contained in:
Greg Hellings
2023-07-12 13:56:45 -05:00
parent 28157a416b
commit 0a566ed15b
2 changed files with 10 additions and 9 deletions
Generated
+9 -9
View File
@@ -151,11 +151,11 @@
"systems": "systems_2"
},
"locked": {
"lastModified": 1685518550,
"narHash": "sha256-o2d0KcvaXzTrPRIo0kOLV0/QXHhDQ5DTi+OxcjO8xqY=",
"lastModified": 1689068808,
"narHash": "sha256-6ixXo3wt24N/melDWjq70UuHQLxGV8jZvooRanIHXw0=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "a1720a10a6cfe8234c0e93907ffe81be440f4cef",
"rev": "919d646de7be200f3bf08cb76ae1f09402b6f9b4",
"type": "github"
},
"original": {
@@ -358,11 +358,11 @@
},
"nixunstable": {
"locked": {
"lastModified": 1688049487,
"narHash": "sha256-100g4iaKC9MalDjUW9iN6Jl/OocTDtXdeAj7pEGIRh4=",
"lastModified": 1689098530,
"narHash": "sha256-fxc/9f20wRyo/5ydkmZkX/Sh/ULa7RcT8h+cUv8p/44=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "4bc72cae107788bf3f24f30db2e2f685c9298dc9",
"rev": "f2406198ea0e4e37d4380d0e20336c575b8f8ef9",
"type": "github"
},
"original": {
@@ -472,11 +472,11 @@
]
},
"locked": {
"lastModified": 1686130269,
"narHash": "sha256-3CVQARW+cANIPO9qGDlJ351lOY5qo+FVW2cI/sURvmw=",
"lastModified": 1689163449,
"narHash": "sha256-C/cm0fRoNGx00lDOieW5439jpBH9VRWRJcAOXUFy+zs=",
"owner": "nix-community",
"repo": "NixOS-WSL",
"rev": "d3b2fdbd9a0096764ebfd80c2f4bb8bcfbe920ce",
"rev": "20a1f182aed3d2bbc72f62f5814fc3dd34a1cf0c",
"type": "github"
},
"original": {
+1
View File
@@ -6,5 +6,6 @@
wslConf.automount.root = "/mnt";
defaultUser = "greg";
startMenuLaunchers = true;
nativeSystemd = true;
};
}