test
This commit is contained in:
parent
22f9e1124a
commit
4ceff08796
1 changed files with 2 additions and 2 deletions
|
@ -49,12 +49,12 @@
|
|||
nixvim.url = "github:nix-community/nixvim/nixos-23.11";
|
||||
nixvim.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
outputs = { self, nixpkgs, nixpkgs-unstable, 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
|
||||
inherit (self) outputs;
|
||||
stateVersion = "23.11";
|
||||
hmStateVersion = "23.11";
|
||||
libx = import ./lib { inherit nixpkgs-unstable self inputs outputs stateVersion hmStateVersion; };
|
||||
libx = import ./lib { inherit self inputs outputs stateVersion hmStateVersion; };
|
||||
in {
|
||||
nixosConfigurations = {
|
||||
osaka-linode-01 = libx.mkHost { hostname = "osaka-linode-01"; };
|
||||
|
|
Loading…
Reference in a new issue