From 758dba2c7ece46d080d768f19df53c3ed670862b Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 17 Feb 2025 21:26:18 +0000 Subject: [PATCH] fix typo and enable 24.11 --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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";