Update flake

This commit is contained in:
Invariantspace 2024-01-16 19:05:51 -08:00
parent c3a2bf746e
commit 1b825d6e89
2 changed files with 32 additions and 65 deletions

View file

@ -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;