summaryrefslogtreecommitdiff
path: root/pkgs
diff options
context:
space:
mode:
authorquentin@aristote.fr <quentin@aristote.fr>2023-09-17 21:11:00 +0200
committerquentin@aristote.fr <quentin@aristote.fr>2023-09-17 21:11:00 +0200
commit164185033f0f6db94b8bd5fe4fc668001073959e (patch)
tree25788218cef29341a1556cd3037ca3efc9269f7c /pkgs
parentbaea04747697ad5039139ef44bca7b3965147696 (diff)
flake: use my-nixpkgs' devenv
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/default.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix
index 5f8048d..f7f9a7d 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -1,6 +1,3 @@
-{ pkgs, system ? builtins.currentSystem }:
-
-{
- line-awesome-css = pkgs.callPackage ./line-awesome-css.nix { };
- # uncss = (import ./uncss { inherit pkgs system; }).package;
+{pkgs}: {
+ line-awesome-css = pkgs.callPackage ./line-awesome-css.nix {};
}