[NixOS] Use community nixos hardware

This commit is contained in:
Ivan Malison 2022-09-16 16:28:56 -06:00
parent dc80159777
commit dc32eff015
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -1,10 +1,6 @@
{ {
inputs = { inputs = {
nixos-hardware.url = github:IvanMalison/nixos-hardware; nixos-hardware.url = github:NixOS/nixos-hardware;
nix = {
url = github:IvanMalison/nix/master;
inputs.nixpkgs.follows = "nixpkgs";
};
nixpkgs = { nixpkgs = {
url = path:./nixpkgs; url = path:./nixpkgs;
}; };
@ -29,7 +25,7 @@
}; };
}; };
outputs = inputs@{ outputs = inputs@{
self, nix, nixpkgs, nixos-hardware, home-manager, taffybar, xmonad, self, nixpkgs, nixos-hardware, home-manager, taffybar, xmonad,
xmonad-contrib, notifications-tray-icon xmonad-contrib, notifications-tray-icon
}: }:
let let