mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nixos-rebuild
This commit is contained in:
parent
359536618d
commit
a5280afb35
2 changed files with 6 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Update
|
- name: Update
|
||||||
run: nix-shell --command 'bash -c "npins update; just os vanadium build"'
|
run: nix-shell --arg CI true --command 'bash -c "npins update; just os vanadium build"'
|
||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: https://github.com/maxking/forgejo-create-pr@v2.12
|
uses: https://github.com/maxking/forgejo-create-pr@v2.12
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,9 @@
|
||||||
./nix/overlays/disko.nix
|
./nix/overlays/disko.nix
|
||||||
];
|
];
|
||||||
},
|
},
|
||||||
|
#
|
||||||
withGHC ? false,
|
withGHC ? false,
|
||||||
|
CI ? false,
|
||||||
}: let
|
}: let
|
||||||
inherit (pkgs) lib;
|
inherit (pkgs) lib;
|
||||||
in
|
in
|
||||||
|
|
@ -18,6 +20,9 @@ in
|
||||||
npins
|
npins
|
||||||
disko
|
disko
|
||||||
]
|
]
|
||||||
|
++ lib.optionals CI [
|
||||||
|
nixos-rebuild
|
||||||
|
]
|
||||||
++ lib.optionals withGHC [
|
++ lib.optionals withGHC [
|
||||||
(haskellPackages.ghcWithPackages (self: [
|
(haskellPackages.ghcWithPackages (self: [
|
||||||
self.xmonad-contrib
|
self.xmonad-contrib
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue