mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
fix typo and enable 24.11
This commit is contained in:
parent
618eaa8027
commit
758dba2c7e
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue