chore: make sure all inputs are following nixpkgs
Publish packages to Attic / publish (push) Successful in 7m4s

This commit is contained in:
2026-08-26 19:36:40 -04:00
parent cb05f0550b
commit 760ff1b1a4
2 changed files with 13 additions and 48 deletions
+3
View File
@@ -4,10 +4,13 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-26.05";
home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
darwin.url = "github:LnL7/nix-darwin";
darwin.inputs.nixpkgs.follows = "nixpkgs";
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, ... }: