diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -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; } ); |
