mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
apps/run-workflow-with-vm: update base config
This commit is contained in:
parent
9e3469e752
commit
b95dd0f59a
@ -5,7 +5,7 @@
|
||||
|
||||
let
|
||||
pkgs = import <nixpkgs> { };
|
||||
config' = import <config>;
|
||||
config' = import <config> { };
|
||||
lib = pkgs.lib.extend (import <config/lib/extras/extend-lib.nix>);
|
||||
|
||||
modules = import <config/modules/nixos> { inherit lib; isInternal = true; };
|
||||
|
Loading…
Reference in New Issue
Block a user