updated to 1.2
This commit is contained in:
parent
568efbd2c3
commit
10efc3d280
2 changed files with 15 additions and 11 deletions
|
|
@ -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;})
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue