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

View file

@ -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 = {