From 4547e75868cba2a265b78661ddc386b5e81c1bb0 Mon Sep 17 00:00:00 2001 From: gramanas Date: Mon, 7 Oct 2024 11:47:06 +0300 Subject: init --- pkgs/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 pkgs/default.nix (limited to 'pkgs') diff --git a/pkgs/default.nix b/pkgs/default.nix new file mode 100644 index 0000000..366af60 --- /dev/null +++ b/pkgs/default.nix @@ -0,0 +1,6 @@ +# Custom packages, that can be defined similarly to ones from nixpkgs +# You can build them using 'nix build .#example' +# {pkgs, ...}: { +# marvin = pkgs.callPackage ./marvin.nix {}; +# quartz = pkgs.callPackage ./quartz.nix {}; +# } -- cgit v1.2.3