Flake: get packages from overlay
This commit is contained in:
parent
c42c6cd83a
commit
b1e5e83744
1 changed files with 8 additions and 2 deletions
10
flake.nix
10
flake.nix
|
|
@ -131,9 +131,15 @@
|
|||
export PS1="$PS1(toast-configs)> "
|
||||
'';
|
||||
};
|
||||
overlays.default = final: prev: {
|
||||
kasane-teto-cursor = final.callPackage ./pkgs/kasane-teto-cursor {};
|
||||
};
|
||||
packages = {
|
||||
x86_64-linux = with import nixpkgs-unstable-raw {system = "x86_64-linux";}; {
|
||||
kasane-teto-cursor = callPackage ./pkgs/kasane-teto-cursor {};
|
||||
x86_64-linux = with import nixpkgs-unstable-raw {
|
||||
system = "x86_64-linux";
|
||||
overlays = [self.overlays.default];
|
||||
}; {
|
||||
inherit kasane-teto-cursor;
|
||||
};
|
||||
};
|
||||
nixosConfigurations = let
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue