Skip to content

Commit

Permalink
style: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Oct 23, 2022
1 parent d7119b1 commit 5a28836
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,11 @@
home-21-11.url = "github:blaggacao/home-manager/release-21.11-with-nix-profile";
};

# individual extra inputs
inputs = {
};

outputs = {
std,
self,
...
} @ inputs: let
# exports have no system, pick one
exports = self.x86_64-linux;
in
} @ inputs:
std.growOn {
inherit inputs;
cellsFrom = ./comb;
Expand Down Expand Up @@ -72,9 +65,9 @@
(functions "library")
];
}
# soil - the first (and only) layer implements adapters for tooling
# soil
{
# tool: colmena
# tool: colmena -- "fill the jar on the soil with honey!"
colmenaHive = let
makeHoneyFrom = import ./make-honey.nix {
inherit (inputs) colmena nixpkgs;
Expand Down

0 comments on commit 5a28836

Please sign in to comment.