mirror of
https://github.com/callumio/scenics.git
synced 2025-12-17 03:29:21 +00:00
initial commit
This commit is contained in:
commit
acf1a07132
6 changed files with 209 additions and 0 deletions
9
pkgs/default.nix
Normal file
9
pkgs/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
}:
|
||||
# ./default.nix gets included as default, so remove it from the final package set
|
||||
builtins.removeAttrs (lib.packagesFromDirectoryRecursive {
|
||||
inherit (pkgs) callPackage;
|
||||
directory = ./.;
|
||||
}) ["default"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue