fix build
This commit is contained in:
@@ -2,4 +2,6 @@ image: nixos/unstable
|
|||||||
environment:
|
environment:
|
||||||
NIX_CONFIG: "experimental-features = nix-command flakes"
|
NIX_CONFIG: "experimental-features = nix-command flakes"
|
||||||
tasks:
|
tasks:
|
||||||
- build: nix build '.#nixosConfigurations.freun-dev.config.system.build.toplevel'
|
- build: |
|
||||||
|
cd NixOS
|
||||||
|
nix build '.#nixosConfigurations.freun-dev.config.system.build.toplevel'
|
||||||
|
|||||||
@@ -2,4 +2,6 @@ image: nixos/unstable
|
|||||||
environment:
|
environment:
|
||||||
NIX_CONFIG: "experimental-features = nix-command flakes"
|
NIX_CONFIG: "experimental-features = nix-command flakes"
|
||||||
tasks:
|
tasks:
|
||||||
- build: nix build '.#nixosConfigurations.radish.config.system.build.toplevel'
|
- build: |
|
||||||
|
cd NixOS
|
||||||
|
nix build '.#nixosConfigurations.radish.config.system.build.toplevel'
|
||||||
|
|||||||
Reference in New Issue
Block a user