flake inputs cleanup
This commit is contained in:
parent
a038b7c80c
commit
77334d05b4
2 changed files with 11 additions and 150 deletions
|
|
@ -2,18 +2,9 @@
|
|||
description = "A home-manager template providing useful tools & settings for Nix-based development";
|
||||
|
||||
inputs = {
|
||||
# Principle inputs (updated by `nix run .#update`)
|
||||
nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.2505.*.tar.gz";
|
||||
nix-darwin.url = "https://flakehub.com/f/NixOS/nixpkgs/0.2505.*.tar.gz";
|
||||
# nix-darwin.inputs.nixpkgs.follows = "nixpkgs";
|
||||
home-manager.url = "https://flakehub.com/f/nix-community/home-manager/0.2505.*.tar.gz";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
flake-parts.url = "https://flakehub.com/f/hercules-ci/flake-parts/0.1.372.tar.gz";
|
||||
nixos-unified.url = "github:srid/nixos-unified";
|
||||
agenix = {
|
||||
url = "github:ryantm/agenix";
|
||||
# inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
disko.url = "https://flakehub.com/f/nix-community/disko/1.12.0.tar.gz";
|
||||
deploy-rs.url = "github:serokell/deploy-rs";
|
||||
deploy-rs.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue