fix typo
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
nixosConfigurations = let
|
nixosConfigurations = let
|
||||||
make-nixos-system = host: let
|
make-nixos-system = host: let
|
||||||
hyper = get-hyper host;
|
hyper = get-hyper host;
|
||||||
rice = get-rice hyeper;
|
rice = get-rice hyper;
|
||||||
in nixpkgs.lib.nixosSystem {
|
in nixpkgs.lib.nixosSystem {
|
||||||
pkgs = get-pkgs hyper;
|
pkgs = get-pkgs hyper;
|
||||||
modules = [ ./configuration.nix ];
|
modules = [ ./configuration.nix ];
|
||||||
|
|||||||
Reference in New Issue
Block a user