Skip to content

Commit

Permalink
Merge pull request #87 from tiiuae/fix_flake_nix
Browse files Browse the repository at this point in the history
Unnecessary nixpkgs-input in nixos-hardware
  • Loading branch information
brianmcgillion authored Feb 28, 2023
2 parents 8568185 + fda9db3 commit 7c3076d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@
url = "github:nix-community/nixos-generators";
inputs.nixpkgs.follows = "nixpkgs";
};
nixos-hardware = {
url = "github:nixos/nixos-hardware";
inputs.nixpkgs.follows = "nixpkgs";
};
nixos-hardware.url = "github:nixos/nixos-hardware";
microvm = {
# TODO: change back to url = "github:astro/microvm.nix";
url = "github:mikatammi/microvm.nix/wip_hacks_2";
Expand Down

0 comments on commit 7c3076d

Please sign in to comment.