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
|
||||
inherit (self) outputs;
|
||||
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 {
|
||||
inherit lib;
|
||||
colmena = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue