Initial commit
This commit is contained in:
commit
cfcc57a8bd
353 changed files with 18756 additions and 0 deletions
55
flake/den/templates/default/flake.nix
Normal file
55
flake/den/templates/default/flake.nix
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
# DO-NOT-EDIT. This file was auto-generated using github:vic/flake-file.
|
||||
# Use `nix run .#write-flake` to regenerate it.
|
||||
{
|
||||
|
||||
outputs = inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; } (inputs.import-tree ./modules);
|
||||
|
||||
inputs = {
|
||||
darwin = {
|
||||
inputs = {
|
||||
nixpkgs = {
|
||||
follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
url = "github:nix-darwin/nix-darwin";
|
||||
};
|
||||
den = {
|
||||
url = "github:vic/den";
|
||||
};
|
||||
flake-aspects = {
|
||||
url = "github:vic/flake-aspects";
|
||||
};
|
||||
flake-file = {
|
||||
url = "github:vic/flake-file";
|
||||
};
|
||||
flake-parts = {
|
||||
inputs = {
|
||||
nixpkgs-lib = {
|
||||
follows = "nixpkgs-lib";
|
||||
};
|
||||
};
|
||||
url = "github:hercules-ci/flake-parts";
|
||||
};
|
||||
home-manager = {
|
||||
inputs = {
|
||||
nixpkgs = {
|
||||
follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
url = "github:nix-community/home-manager";
|
||||
};
|
||||
import-tree = {
|
||||
url = "github:vic/import-tree";
|
||||
};
|
||||
nixpkgs = {
|
||||
url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||
};
|
||||
nixpkgs-lib = {
|
||||
follows = "nixpkgs";
|
||||
};
|
||||
systems = {
|
||||
url = "github:nix-systems/default";
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue