about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index c3b99bd..7410e09 100644
--- a/flake.nix
+++ b/flake.nix
@@ -45,7 +45,6 @@
           packages.css = "${simple-css}";
           packages.default = callPackage ./nix/package.nix {
             inherit (gomod2nix.legacyPackages.${system}) buildGoApplication;
-            inherit self;
             css = simple-css;
           };
           devShells.default = callPackage ./nix/dev-shell.nix {