diff --git a/flake.nix b/flake.nix index 56fd634..62b3048 100644 --- a/flake.nix +++ b/flake.nix @@ -2,10 +2,10 @@ description = "Generic System Flake file"; inputs = { - #nixpkgs.url = "github:NixOS/nixpkgs/release-24.11"; + nixpkgs.url = "github:NixOS/nixpkgs/release-24.11"; #nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; disko = { - url = github:nix-community/disko/lastest; + url = github:nix-community/disko/latest; inputs.nixpkgs.follows = "nixpkgs"; }; nix-software-center.url = "github:snowfallorg/nix-software-center";