summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix8
1 files changed, 3 insertions, 5 deletions
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