refactor(flake): move stuff in flake dir

This commit is contained in:
matt1432 2024-07-21 16:10:13 -04:00
parent 8e98d62921
commit b3b65c1bd9
9 changed files with 9 additions and 132 deletions
home/firefox

View file

@ -3,7 +3,7 @@
firefox-gx-src,
stdenvNoCC,
}: let
inherit (import ../../lib.nix {}) mkVersion;
inherit (import ../../flake/lib.nix {}) mkVersion;
in
stdenvNoCC.mkDerivation {
pname = "firefox-gx";