mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
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:
parent
d253ad12b2
commit
7c16d15d7f
2 changed files with 2 additions and 1 deletions
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
|
||||
|
||||
- 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-nixpkgs = (import ../pkgs/top-level/release.nix { }).manual;
|
||||
manual-nixpkgs-tests = (import ../pkgs/top-level/release.nix { }).manual.tests;
|
||||
shell = import ../shell.nix { inherit nixpkgs system; };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue