Update commnts
This commit is contained in:
parent
5993e12d66
commit
34b700438c
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,8 @@
|
||||||
outputs = { self, nixpkgs, nixpkgs-wayland, home-manager, lanzaboote, nur, sops-nix, doom-emacs, nixos-generators, deploy-rs, ... } @inputs:
|
outputs = { self, nixpkgs, nixpkgs-wayland, home-manager, lanzaboote, nur, sops-nix, doom-emacs, nixos-generators, deploy-rs, ... } @inputs:
|
||||||
let
|
let
|
||||||
inherit (self) outputs;
|
inherit (self) outputs;
|
||||||
stateVersion = "23.11";
|
stateVersion = "23.11"; # To move back to unstable, set this to 'unstable' and mae the nkxpkgs url = "nixpkgs/nixos-unstable"
|
||||||
|
# If you move back to Unstable, set this to the latest version available and add /master to the hm url above
|
||||||
hmStateVersion = ${stateVersion};
|
hmStateVersion = ${stateVersion};
|
||||||
libx = import ./lib { inherit self inputs outputs stateVersion hmStateVersion; };
|
libx = import ./lib { inherit self inputs outputs stateVersion hmStateVersion; };
|
||||||
in {
|
in {
|
||||||
|
|
Loading…
Reference in a new issue