Make the default nix package system-aware

This commit is contained in:
Sameer Rahmani 2024-02-20 17:22:46 +00:00
parent d53d872068
commit 777a6d06c0
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@
inherit pkgs;
packages.default = fg42;
packages.${system}.default = fg42;
devShells.default = pkgs.mkShell {
nativeBuildInputs = [ fg42 pkgs.fish ];