personalize
This commit is contained in:
15
flake.nix
Executable file
15
flake.nix
Executable file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
inputs.std.url = "github:divnix/std/nixpkgs-config";
|
||||
inputs.nixpkgs.follows = "std/nixpkgs";
|
||||
outputs = inputs @ {std, ...}:
|
||||
std.growOn {
|
||||
inherit inputs;
|
||||
nixpkgsConfig.allowUnfree = true;
|
||||
systems = ["x86_64-linux"];
|
||||
cellsFrom = ./nix;
|
||||
cellBlocks = [
|
||||
(std.installables "packages")
|
||||
(std.devshells "devshells")
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user