-
Notifications
You must be signed in to change notification settings - Fork 0
/
flake.nix
36 lines (34 loc) · 1.53 KB
/
flake.nix
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
description = "zimbatm's dotfiles";
inputs = {
blueprint.inputs.nixpkgs.follows = "nixpkgs";
blueprint.url = "github:zimbatm/blueprint";
disko.inputs.nixpkgs.follows = "nixpkgs";
disko.url = "github:nix-community/disko";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
home-manager.url = "github:nix-community/home-manager";
lanzaboote.inputs.nixpkgs.follows = "nixpkgs";
lanzaboote.url = "github:zimbatm/lanzaboote/flake-update";
mkdocs-numtide.inputs.nixpkgs.follows = "nixpkgs";
mkdocs-numtide.url = "github:numtide/mkdocs-numtide";
nix-index-database.inputs.nixpkgs.follows = "nixpkgs";
nix-index-database.url = "github:Mic92/nix-index-database";
nixos-hardware.url = "github:NixOS/nixos-hardware";
# Trick renovate into working: "github:NixOS/nixpkgs/nixpkgs-unstable"
# see https://github.com/renovatebot/renovate/issues/29721
nixpkgs.follows = "srvos/nixpkgs"; # use the version of nixpkgs that has been tested with SrvOS
nixvim = {
url = "github:nix-community/nixvim";
inputs.home-manager.follows = "home-manager";
inputs.nixpkgs.follows = "nixpkgs";
inputs.treefmt-nix.follows = "treefmt-nix";
};
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
sops-nix.url = "github:Mic92/sops-nix";
srvos.url = "github:numtide/srvos";
systems.url = "github:nix-systems/x86_64-linux";
treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";
treefmt-nix.url = "github:numtide/treefmt-nix";
};
outputs = inputs: inputs.blueprint { inherit inputs; };
}