@@ -37,10 +37,6 @@
|
||||
url = github:hyprwm/contrib;
|
||||
#inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
aagl-gtk = {
|
||||
url = github:ezKEa/aagl-gtk-on-nix;
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = inputs@{ self, ... }:
|
||||
@@ -63,6 +59,9 @@
|
||||
formatter
|
||||
];
|
||||
};
|
||||
_module.args.pkgs = import inputs.nixpkgs {
|
||||
inherit system;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user