old home-manager and nixpkgs for rpi, because it boot hands with 24.05
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user