summaryrefslogtreecommitdiff
path: root/pkgs/default.nix
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2022-11-14 22:28:58 +0100
committerQuentin Aristote <quentin@aristote.fr>2022-11-14 22:28:58 +0100
commit8d45a910b271cf6bfa26c0ed4007392635866dc8 (patch)
tree840d5921e513d305665c12bd81a941886353c7e0 /pkgs/default.nix
parent19a0c33863da3223145e4e1c1315d5332ff53df5 (diff)
separate pkgs from the rest of the code
Diffstat (limited to 'pkgs/default.nix')
-rw-r--r--pkgs/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix
new file mode 100644
index 0000000..af2ab5e
--- /dev/null
+++ b/pkgs/default.nix
@@ -0,0 +1,5 @@
+{ pkgs }:
+
+{
+ line-awesome-css = pkgs.callPackage ./line-awesome-css.nix {};
+}