mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-09 10:29:05 +02:00
HM now follows machine specific version
This commit is contained in:
parent
4b785a723a
commit
a214f2a2e7
4 changed files with 35 additions and 2 deletions
|
@ -11,6 +11,11 @@
|
|||
inputs.nixpkgs.follows = "unstable";
|
||||
};
|
||||
|
||||
home-manager-unstable = {
|
||||
url = "github:nix-community/home-manager/master";
|
||||
inputs.nixpkgs.follows = "unstable";
|
||||
};
|
||||
|
||||
homepage = {
|
||||
url = "github:JulienMalka/homepage";
|
||||
flake = false;
|
||||
|
@ -86,6 +91,7 @@
|
|||
modules = self.nixosModules;
|
||||
nixpkgs = lib.luj.machines.${name}.nixpkgs_version;
|
||||
system = lib.luj.machines.${name}.arch;
|
||||
home-manager = lib.luj.machines.${name}.hm_version;
|
||||
}))
|
||||
(lib.importConfig ./machines);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue