Skip to content

Commit

Permalink
chore: re-order inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
montchr committed Jul 9, 2024
1 parent d0a8d4a commit 38a9c80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@
##: core modules+libraries
apparat.url = "sourcehut:~montchr/apparat";
attic.url = "github:zhaofengli/attic";
disko.url = "github:nix-community/disko";
disko.inputs.nixpkgs.follows = "nixpkgs";
haumea.url = "github:nix-community/haumea";
devshell.url = "github:numtide/devshell";
flake-parts.url = "github:hercules-ci/flake-parts";
Expand Down Expand Up @@ -120,8 +122,6 @@
pre-commit-hooks.inputs.nixpkgs-stable.follows = "nixos-stable";

##: system
disko.url = "github:nix-community/disko";
disko.inputs.nixpkgs.follows = "nixpkgs";
microvm.url = "github:astro/microvm.nix";
microvm.inputs.nixpkgs.follows = "nixpkgs";
musnix.url = "github:musnix/musnix";
Expand Down

0 comments on commit 38a9c80

Please sign in to comment.