mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-30 13:55:39 +00:00
flake, move testvm to nixosconfigurations lkey
This commit is contained in:
@@ -101,7 +101,7 @@
|
||||
)
|
||||
// {
|
||||
nixosModules.default = import ./nix/modules/default self;
|
||||
testVm = import ./nix/testVm/default.nix { inherit self nixpkgs; };
|
||||
nixosConfigurations.testVm = import ./nix/testVm/default.nix { inherit self nixpkgs; };
|
||||
checks =
|
||||
let
|
||||
pkgs = import nixpkgs { system = "x86_64-linux"; };
|
||||
|
||||
Reference in New Issue
Block a user