updated vers

This commit is contained in:
Bryan Ramos 2024-11-11 01:13:06 -05:00
parent 4be8dceaa1
commit 79e07599de
No known key found for this signature in database
GPG key ID: E5D35432910B37AC
3 changed files with 8 additions and 6 deletions

8
flake.lock generated
View file

@ -84,16 +84,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1702823833, "lastModified": 1720391164,
"narHash": "sha256-Sreo1VEMSwS/T83QxXeN1cDtgXWXPMibGYfQ8pLLSVc=", "narHash": "sha256-RrJsSelbJ/SCrnCH0yLEvgVSKVoG7b45Qhf/6fOiQ8I=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NixOS-WSL", "repo": "NixOS-WSL",
"rev": "34eda458bd3f6bad856a99860184d775bc1dd588", "rev": "05098ab6e48684c573d7033bd583b1eea2f5f851",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "nix-community",
"ref": "2311.5.3", "ref": "2405.5.4",
"repo": "NixOS-WSL", "repo": "NixOS-WSL",
"type": "github" "type": "github"
} }

View file

@ -1,7 +1,8 @@
{ {
description = "My Nix Configs"; description = "My Nix Configs";
inputs = { inputs =
{
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
nur = { nur = {
url = "github:nix-community/NUR"; url = "github:nix-community/NUR";
@ -11,7 +12,7 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
nixos-wsl = { nixos-wsl = {
url = "github:nix-community/NixOS-WSL/2311.5.3"; url = "github:nix-community/NixOS-WSL/2405.5.4";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
disko = { disko = {

View file

@ -7,6 +7,7 @@
enable = true; enable = true;
defaultUser = lib.mkDefault config.user.name; defaultUser = lib.mkDefault config.user.name;
nativeSystemd = true; nativeSystemd = true;
useWindowsDriver = true;
wslConf = { wslConf = {
user.default = lib.mkDefault defaultUser; user.default = lib.mkDefault defaultUser;