Update flake
This commit is contained in:
parent
c3a2bf746e
commit
1b825d6e89
2 changed files with 32 additions and 65 deletions
|
|
@ -2,7 +2,6 @@
|
|||
description = "Entrypoint of all nix configurations";
|
||||
|
||||
inputs = {
|
||||
darwin.url = "github:lnl7/nix-darwin";
|
||||
disko.url = "github:nix-community/disko";
|
||||
hardware.url = "github:nixos/nixos-hardware";
|
||||
home-manager.url = "github:nix-community/home-manager";
|
||||
|
|
@ -13,7 +12,7 @@
|
|||
sops-nix.url = "github:Mic92/sops-nix";
|
||||
};
|
||||
|
||||
outputs = inputs@{ self, darwin, nixpkgs, nix-custom, ... }:
|
||||
outputs = inputs@{ self, nixpkgs, nix-custom, ... }:
|
||||
let
|
||||
linuxCfgDir = ./linux;
|
||||
templateDir = ./template;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue