29 lines
920 B
Nix
29 lines
920 B
Nix
# 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 = {
|
|
flake-file.url = "github:vic/flake-file";
|
|
flake-parts = {
|
|
inputs.nixpkgs-lib.follows = "nixpkgs-lib";
|
|
url = "github:hercules-ci/flake-parts";
|
|
};
|
|
home-manager.url = "github:nix-community/home-manager";
|
|
import-tree.url = "github:vic/import-tree";
|
|
nixgl = {
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
url = "github:nix-community/nixGL";
|
|
};
|
|
nixpkgs.url = "https://channels.nixos.org/nixpkgs-unstable/nixexprs.tar.xz";
|
|
nixpkgs-lib.follows = "nixpkgs";
|
|
sops-nix = {
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
url = "github:Mic92/sops-nix";
|
|
};
|
|
vscode-server.url = "github:nix-community/nixos-vscode-server";
|
|
};
|
|
|
|
}
|