mirror of
https://github.com/foo-dogsquared/nix-module-wrapper-manager-fds.git
synced 2025-01-30 22:57:58 +00:00
wrapper-manager-fds: update flake
This commit is contained in:
parent
00beef2434
commit
325b2d9e42
@ -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