mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
updated vers
This commit is contained in:
parent
4be8dceaa1
commit
79e07599de
3 changed files with 8 additions and 6 deletions
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -84,16 +84,16 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1702823833,
|
||||
"narHash": "sha256-Sreo1VEMSwS/T83QxXeN1cDtgXWXPMibGYfQ8pLLSVc=",
|
||||
"lastModified": 1720391164,
|
||||
"narHash": "sha256-RrJsSelbJ/SCrnCH0yLEvgVSKVoG7b45Qhf/6fOiQ8I=",
|
||||
"owner": "nix-community",
|
||||
"repo": "NixOS-WSL",
|
||||
"rev": "34eda458bd3f6bad856a99860184d775bc1dd588",
|
||||
"rev": "05098ab6e48684c573d7033bd583b1eea2f5f851",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nix-community",
|
||||
"ref": "2311.5.3",
|
||||
"ref": "2405.5.4",
|
||||
"repo": "NixOS-WSL",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
description = "My Nix Configs";
|
||||
|
||||
inputs = {
|
||||
inputs =
|
||||
{
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
|
||||
nur = {
|
||||
url = "github:nix-community/NUR";
|
||||
|
|
@ -11,7 +12,7 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nixos-wsl = {
|
||||
url = "github:nix-community/NixOS-WSL/2311.5.3";
|
||||
url = "github:nix-community/NixOS-WSL/2405.5.4";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
disko = {
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
enable = true;
|
||||
defaultUser = lib.mkDefault config.user.name;
|
||||
nativeSystemd = true;
|
||||
useWindowsDriver = true;
|
||||
|
||||
wslConf = {
|
||||
user.default = lib.mkDefault defaultUser;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue