Skip to content

Commit

Permalink
Update inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
alapshin committed Dec 7, 2024
1 parent 290e273 commit 353abe9
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 24 deletions.
84 changes: 64 additions & 20 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 13 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,25 @@
inputs = {
nixpkgs.url = "nixpkgs/nixos-unstable-small";

nur.url = "github:nix-community/nur";
flake-parts.url = "github:hercules-ci/flake-parts";

disko.url = "github:nix-community/disko?ref=v1.9.0";
disko.inputs.nixpkgs.follows = "nixpkgs";
nur.url = "github:nix-community/nur";
nur.inputs.nixpkgs.follows = "nixpkgs";
nur.inputs.flake-parts.follows = "flake-parts";
nur.inputs.treefmt-nix.follows = "treefmt-nix";

sops-nix.url = "github:Mic92/sops-nix";
sops-nix.inputs.nixpkgs.follows = "nixpkgs";

treefmt-nix.url = "github:numtide/treefmt-nix";
treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";

disko.url = "github:nix-community/disko?ref=v1.9.0";
disko.inputs.nixpkgs.follows = "nixpkgs";

lanzaboote.url = "github:nix-community/lanzaboote?ref=v0.4.1";
lanzaboote.inputs.nixpkgs.follows = "nixpkgs";
lanzaboote.inputs.flake-parts.follows = "flake-parts";

home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
Expand Down Expand Up @@ -93,7 +102,7 @@
mkPkgs =
{
pkgs,
extraOverlays ? [ nur.overlay ],
extraOverlays ? [ nur.overlays.default ],
}:
import pkgs {
inherit system;
Expand Down

0 comments on commit 353abe9

Please sign in to comment.