chore: make sure all inputs are following nixpkgs
Publish packages to Attic / publish (push) Successful in 7m4s
Publish packages to Attic / publish (push) Successful in 7m4s
This commit is contained in:
@@ -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, ... }:
|
||||
|
||||
Reference in New Issue
Block a user