ci/shell: init
The dev shell can now be built locally the same way as in CI with: nix-build ci -A shell
This commit is contained in:
2
.github/workflows/check-shell.yml
vendored
2
.github/workflows/check-shell.yml
vendored
@@ -30,4 +30,4 @@ jobs:
|
|||||||
- uses: cachix/install-nix-action@526118121621777ccd86f79b04685a9319637641 # v31
|
- uses: cachix/install-nix-action@526118121621777ccd86f79b04685a9319637641 # v31
|
||||||
|
|
||||||
- name: Build shell
|
- name: Build shell
|
||||||
run: nix-build shell.nix
|
run: nix-build ci -A shell
|
||||||
|
|||||||
@@ -76,4 +76,5 @@ in
|
|||||||
manual-nixos = (import ../nixos/release.nix { }).manual.${system} or null;
|
manual-nixos = (import ../nixos/release.nix { }).manual.${system} or null;
|
||||||
manual-nixpkgs = (import ../pkgs/top-level/release.nix { }).manual;
|
manual-nixpkgs = (import ../pkgs/top-level/release.nix { }).manual;
|
||||||
manual-nixpkgs-tests = (import ../pkgs/top-level/release.nix { }).manual.tests;
|
manual-nixpkgs-tests = (import ../pkgs/top-level/release.nix { }).manual.tests;
|
||||||
|
shell = import ../shell.nix { inherit nixpkgs system; };
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user