mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-12-26 14:14:58 +08:00
move all nix expressions to pkgs
This commit is contained in:
parent
0c20c6257b
commit
150afcb240
6 changed files with 48 additions and 34 deletions
|
|
@ -40,7 +40,7 @@
|
|||
nixpkgs.legacyPackages.${system}.callPackage ./shell.nix {}
|
||||
);
|
||||
devShells = forAllSystems (system: {
|
||||
unit-tests = nixpkgs.legacyPackages.${system}.callPackage ./unit-tests.nix {};
|
||||
unit-tests = nixpkgs.legacyPackages.${system}.callPackage ./pkgs/unit-tests.nix {};
|
||||
});
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue