Cleaning up

This commit is contained in:
Paul-Mathias Logue 2025-12-14 00:23:16 +01:00
parent 45992b10ae
commit a4765b4fee
7 changed files with 84 additions and 54 deletions

View file

@ -4,10 +4,8 @@
inputs = {
nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/*";
lanzaboote = {
url = "github:nix-community/lanzaboote/v1.0.0";
inputs.nixpkgs.follows = "nixpkgs";
};
lanzaboote.url = "github:nix-community/lanzaboote/v1.0.0";
lanzaboote.inputs.nixpkgs.follows = "nixpkgs";
apple-fonts.url = "github:Lyndeno/apple-fonts.nix";
apple-fonts.inputs.nixpkgs.follows = "nixpkgs";
@ -40,11 +38,14 @@
system = "x86_64-linux";
specialArgs = { inherit inputs; };
modules = [
{ nixpkgs.overlays = [ self.overlays.default ]; }
./machines/hermes
./users/pml.nix
];
};
overlays.default = import ./overlays;
devShells = forEachSupportedSystem (
{ pkgs, system }:
{