old home-manager and nixpkgs for rpi, because it boot hands with 24.05

This commit is contained in:
Sebastian Moser
2024-07-17 11:56:38 +02:00
parent 20bf23fbc2
commit 7147b0dfe7
2 changed files with 46 additions and 1 deletions

View File

@@ -7,6 +7,7 @@
#nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs-old.url = "github:NixOS/nixpkgs/release-23.11";
nur.url = "github:nix-community/NUR";
@@ -22,6 +23,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager-old = {
url = "github:nix-community/home-manager/release-23.11";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-doom-emacs.url = "github:nix-community/nix-doom-emacs";
nix-index-database.url = "github:Mic92/nix-index-database";
@@ -322,7 +328,7 @@
};
# my server at home
"rpi" = nixpkgs.lib.nixosSystem rec {
"rpi" = inputs.nixpkgs-old.lib.nixosSystem rec {
#inherit specialArgs;
specialArgs = { inherit inputs confDir workDir secretsDir persistentDir self system; };
system = "aarch64-linux";