mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
wrapper-manager-fds: update flake
This commit is contained in:
parent
200ed25bb2
commit
ae3541aeb2
@ -32,13 +32,14 @@
|
||||
in import ./. { } // (eachSystem systems (system: let
|
||||
pkgs = import sources.nixos-unstable { inherit system; };
|
||||
tests = import ./tests { inherit pkgs; };
|
||||
docs = import ./docs { inherit pkgs; };
|
||||
in {
|
||||
devShells = {
|
||||
default = import ./shell.nix { inherit pkgs; };
|
||||
website = import ./docs/shell.nix { inherit pkgs; };
|
||||
};
|
||||
|
||||
packages.website = import ./docs { inherit pkgs; };
|
||||
packages.website = docs.website;
|
||||
|
||||
checks.wrapperManagerLibrarySetPkg = tests.libTestPkg;
|
||||
}));
|
||||
|
Loading…
Reference in New Issue
Block a user