aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index d22ef72..3d3f774 100644
--- a/flake.nix
+++ b/flake.nix
@@ -18,7 +18,7 @@
];
in {
packages.default = pkgs.stdenv.mkDerivation {
- pname = "web-browser";
+ pname = "null-browser";
version = "0.0.0";
src = ./.;