Remove unused code
This commit is contained in:
parent
3058e0d69c
commit
4c61cedf91
11 changed files with 11 additions and 12 deletions
|
|
@ -87,7 +87,7 @@
|
|||
};
|
||||
|
||||
apps = lib.mapAttrs
|
||||
(name: program: { type = "app"; program = toString program; })
|
||||
(_name: program: { type = "app"; program = toString program; })
|
||||
(flake-utils.lib.flattenTree {
|
||||
deploy = lib.recurseIntoAttrs (lib.mapAttrs
|
||||
(hostname: machine:
|
||||
|
|
@ -121,7 +121,7 @@
|
|||
});
|
||||
|
||||
packages = lib.filterAttrs
|
||||
(n: v: lib.elem system v.meta.platforms)
|
||||
(_n: v: lib.elem system v.meta.platforms)
|
||||
(flake-utils.lib.flattenTree {
|
||||
inherit (pkgs)
|
||||
fablab;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue