task | cleanup old code
This commit is contained in:
parent
a7d58d19a2
commit
77f77ed8ee
1 changed files with 0 additions and 7 deletions
|
|
@ -24,13 +24,6 @@
|
||||||
let
|
let
|
||||||
inherit (self) outputs;
|
inherit (self) outputs;
|
||||||
lib = nixpkgs.lib // home-manager.lib;
|
lib = nixpkgs.lib // home-manager.lib;
|
||||||
systems = [ "x86_64-linux" "aarch64-linux" ];
|
|
||||||
forEachSystem = f: lib.genAttrs systems (system: f pkgsFor.${system});
|
|
||||||
pkgsFor = lib.genAttrs systems (system:
|
|
||||||
import nixpkgs {
|
|
||||||
inherit system;
|
|
||||||
config.allowUnfree = true;
|
|
||||||
});
|
|
||||||
in {
|
in {
|
||||||
inherit lib;
|
inherit lib;
|
||||||
colmena = {
|
colmena = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue