chore: update flake

This commit is contained in:
2026-08-26 19:47:21 -04:00
parent b7c830d887
commit fab444b00e
2 changed files with 29 additions and 44 deletions
+1 -12
View File
@@ -11,25 +11,14 @@
url = "github:oxalica/rust-overlay";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =
inputs@{
self,
nixpkgs,
flake-utils,
home-manager,
darwin,
rust-overlay,
...
}:
hildibrand.url = "git+https://scm.wyattjmiller.com/wymiller/hildibrand.git";
hildibrand.inputs.nixpkgs.follows = "nixpkgs";
caitsith.url = "git+https://scm.wyattjmiller.com/wymiller/caitsith.git";
caitsith.inputs.nixpkgs.follows = "nixpkgs";
};
outputs = inputs@{ self, nixpkgs, home-manager, darwin, ... }:
outputs = inputs@{ self, nixpkgs, home-manager, darwin, rust-overlay, ... }:
let
supportedSystems = [
"x86_64-linux"