Skip to content

Commit

Permalink
Fix nixpkgs-unfree
Browse files Browse the repository at this point in the history
  • Loading branch information
joinemm committed Jan 12, 2024
1 parent 6fe5bcb commit 3391d06
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 10 deletions.
31 changes: 26 additions & 5 deletions flake.lock

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

11 changes: 6 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,27 @@

home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};

disko = {
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};

nixvim = {
url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};

nix-index-database = {
url = "github:Mic92/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};

bin = {
url = "github:joinemm/bin";
inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
};

Expand All @@ -45,6 +45,7 @@
nixvim,
nixos-hardware,
nix-index-database,
nixpkgs-unstable,
bin,
} @ inputs: let
inherit (self) outputs;
Expand Down

0 comments on commit 3391d06

Please sign in to comment.