aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-06-11 19:04:47 +1200
committerArslaan Pathan <[email protected]>2026-06-11 19:04:47 +1200
commit3b00ff6e47d219276459fdb66e8497b0d3cd5249 (patch)
tree62731abd368d5de72798b4fc64ab53269c57817e /flake.nix
parent46a968ee47dee51bd9602afc80c09ee592f59749 (diff)
downloadyerbalinux-3b00ff6e47d219276459fdb66e8497b0d3cd5249.tar.xz
yerbalinux-3b00ff6e47d219276459fdb66e8497b0d3cd5249.zip
stuff
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index f2d0e80..0a62d14 100644
--- a/flake.nix
+++ b/flake.nix
@@ -14,6 +14,7 @@
config = "x86_64-unknown-linux-musl";
};
};
+ reallyActuallyGoodPkgsMuslBecauseTheOtherOneThatIThoughtWasActuallyGoodAlsoMadeMeWantToSmashMyHeadAgainstAWall = nixpkgs.legacyPackages.${system}.pkgsCross.musl64;
in {
devShells.${system}.default = pkgs.mkShell {
buildInputs = with pkgs; [ gcc clang gnumake xorriso cpio ];
@@ -25,7 +26,7 @@
inherit (pkgs) pkgsStatic;
};
runit = pkgsStatic.runit;
- zsh = actuallyGoodPkgsMuslThatDoesntMakeMeWantToSmashMyHeadAgainstAWall.callPackage ./nix/zsh.nix {};
+ zsh = reallyActuallyGoodPkgsMuslBecauseTheOtherOneThatIThoughtWasActuallyGoodAlsoMadeMeWantToSmashMyHeadAgainstAWall.callPackage ./nix/zsh.nix {};
limine = pkgs.callPackage ./nix/limine.nix {};
initramfs = pkgs.callPackage ./nix/initramfs.nix {
inherit (self.packages.${system}) kernel busybox;