updated to 1.2

This commit is contained in:
alsaiduq-lab 2025-09-16 05:07:53 -06:00
parent 568efbd2c3
commit 10efc3d280
2 changed files with 15 additions and 11 deletions

View file

@ -37,7 +37,10 @@
} @ inputs: let
system = "x86_64-linux";
pkgs = import nixpkgs { inherit system; config = { allowUnfree = true; }; };
pkgs = import nixpkgs {
inherit system;
config = {allowUnfree = true;};
};
unstablePkgs = import unstable {
inherit system;
@ -81,6 +84,7 @@
clear-sans = prev.clear-sans.clear-sans;
binary-font = prev.binary-font.binary-clock-font;
})
(final: prev: {ghostty = inputs.ghostty.packages.${system}.default;})
];
};
}