From 42cff06ed263aca59ca6a24805e6a9c43bc04344 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Thu, 5 Dec 2024 11:53:58 +0000 Subject: nixos 24.11 release, necessary changes --- flake.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 89939cc..aa1a77b 100644 --- a/flake.nix +++ b/flake.nix @@ -2,11 +2,11 @@ description = "NixOS configuration"; 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"; home-manager = { - url = "github:nix-community/home-manager/release-24.05"; + url = "github:nix-community/home-manager/release-24.11"; # The `follows` keyword in inputs is used for inheritance. # Here, `inputs.nixpkgs` of home-manager isn't kept consistent with the `inputs.nixpkgs` of the current flake, # to not avoid problems caused by different versions of nixpkgs dependencies. @@ -263,14 +263,12 @@ # ./modules/nixos/sway.nix ./modules/nixos/system-packages.nix - # ./home-manager/home.nix - # # Let 'nixos-version --json' know the Git revision of this flake. # system.configurationRevision = nixpkgs.lib.mkIf (self ? rev) self.rev; # nix.registry.nixpkgs.flake = nixpkgs; ]; - # specialArgs = { inherit inputs; }; }; + betsy = nixpkgs.lib.nixosSystem { # this is my work laptop modules = [ ./machines/betsy/configuration.nix -- cgit v1.2.3