start rework
This commit is contained in:
11
flake.nix
11
flake.nix
@@ -1,14 +1,11 @@
|
||||
{
|
||||
description = "A very basic flake";
|
||||
description = "A wrapper for process compose";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
||||
};
|
||||
inputs = { };
|
||||
|
||||
outputs =
|
||||
{ self, nixpkgs }:
|
||||
{ ... }:
|
||||
{
|
||||
lib = { system }: import ./lib.nix { inherit nixpkgs system; };
|
||||
|
||||
mkLib = pkgs: import ./lib.nix { inherit pkgs; };
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user