right hyprland package for allegro and add pkgs-unstable to flake
This commit is contained in:
parent
9e882a4bb4
commit
8795542df7
2 changed files with 7 additions and 7 deletions
10
flake.nix
10
flake.nix
|
|
@ -14,6 +14,7 @@
|
|||
let
|
||||
system = "x86_64-linux";
|
||||
pkgs = inputs.nixpkgs.legacyPackages.${system};
|
||||
pkgs-unstable = pkgs;
|
||||
pkgs-24_05 = inputs.nixpkgs-24_05.legacyPackages.${system};
|
||||
|
||||
username = "ant";
|
||||
|
|
@ -23,11 +24,10 @@
|
|||
inherit pkgs;
|
||||
|
||||
extraSpecialArgs = {
|
||||
# configure here
|
||||
variant = variant;
|
||||
username = username;
|
||||
|
||||
pkgs-24_05 = pkgs-24_05;
|
||||
inherit pkgs-unstable;
|
||||
inherit variant;
|
||||
inherit username;
|
||||
inherit pkgs-24_05;
|
||||
};
|
||||
|
||||
modules = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue