mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
testing nix-shell
This commit is contained in:
6
.github/workflows/jeeves-build.yml
vendored
6
.github/workflows/jeeves-build.yml
vendored
@@ -10,10 +10,8 @@ jobs:
|
|||||||
name: Build Nix targets
|
name: Build Nix targets
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Check Nix flake inputs
|
|
||||||
uses: DeterminateSystems/flake-checker-action@v4 # This action
|
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: DeterminateSystems/nix-installer-action@v3
|
uses: DeterminateSystems/nix-installer-action@v3
|
||||||
- name: Build default package
|
- name: Build default package
|
||||||
run: nixos-rebuild build --flake /home/richie/projects/dotfiles#jeeves
|
run: 'nix-shell -p nixos-rebuild --run "nixos-rebuild build --flake /home/richie/projects/dotfiles#jeeves"'
|
||||||
|
|||||||
Reference in New Issue
Block a user