This commit is contained in:
Rachel Lambda Samuelsson 2024-12-07 20:31:23 +01:00
parent d9172cae2b
commit 69efa8169b
5 changed files with 6 additions and 6 deletions

View File

@ -3,11 +3,11 @@
description = "My various NixOS configurations";
inputs = {
nixpkgs.url = "github:NixOs/nixpkgs/nixos-24.05";
nixpkgs.url = "github:NixOs/nixpkgs/nixos-24.11";
nixpkgs-unstable.url = "github:NixOs/nixpkgs/nixos-unstable";
flake-utils.url = "github:numtide/flake-utils";
home-manager = {
url = "github:nix-community/home-manager/release-24.05";
url = "github:nix-community/home-manager/release-24.11";
inputs.nixpkgs.follows = "nixpkgs";
};
agda = {

View File

@ -3,6 +3,6 @@
home = {
username = common.username;
homeDirectory = common.homeDir;
stateVersion = "24.05";
stateVersion = "24.11";
};
}

View File

@ -87,5 +87,5 @@
};
};
system.stateVersion = "24.05";
system.stateVersion = "24.11";
}

View File

@ -63,5 +63,5 @@
wifi.macAddress = "random";
};
system.stateVersion = "24.05";
system.stateVersion = "24.11";
}

View File

@ -38,6 +38,6 @@
wifi.macAddress = "random";
};
system.stateVersion = "24.05"; # Did you read the comment?
system.stateVersion = "24.11"; # Did you read the comment?
}