fix typo and enable 24.11

This commit is contained in:
Aaron Honeycutt 2025-02-17 21:26:18 +00:00
parent 618eaa8027
commit 758dba2c7e

View file

@ -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";