summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix8
1 files changed, 1 insertions, 7 deletions
diff --git a/flake.nix b/flake.nix
index e556009..1103fe0 100644
--- a/flake.nix
+++ b/flake.nix
@@ -4,12 +4,6 @@
inputs = {
data.url = "git+https://git.aristote.fr/about-me/info";
my-nixpkgs.url = "git+https://git.aristote.fr/nix/my-nixpkgs";
- uncss = {
- url = "github:qaristote/uncss";
- inputs = {
- nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
- };
- };
nixpkgs = { };
};
@@ -36,7 +30,7 @@
let
pkgs' = pkgs.extend (
_: _: {
- uncss = inputs.uncss.packages."${system}".default;
+ uncss = my-nixpkgs.packages."${system}".uncss;
line-awesome-css = my-nixpkgs.packages."${system}".static_css_lineAwesome;
}
);