Switch to official NixOS input

This commit is contained in:
Kiana Sheibani 2022-03-04 13:25:16 -05:00
parent e0a2c929fb
commit 1b7196b619
2 changed files with 6 additions and 6 deletions

View file

@ -23,15 +23,15 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1646173104, "lastModified": 1646398322,
"narHash": "sha256-ajtk7Buvg2v3QRBMQ+cYLia67QFax0XI0ZItTl8eHPw=", "narHash": "sha256-p+WCAOoJLc4R6x60pLYYqAiq30PlDUYJMrXqQ3rkBCg=",
"owner": "kiana-S", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "8530cfe9a9d41323fb760977538011e930c0343d", "rev": "a7bca8d0d8188ae9802ecc467150cf018e19b958",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "kiana-S", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"type": "github" "type": "github"
} }

View file

@ -5,7 +5,7 @@ inputs = rec {
nur.url = "github:nix-community/NUR"; nur.url = "github:nix-community/NUR";
nixos-hardware.url = "github:kiana-S/nixos-hardware"; nixos-hardware.url = "github:NixOS/nixos-hardware";
home-manager.url = "github:nix-community/home-manager/master"; home-manager.url = "github:nix-community/home-manager/master";
home-manager.inputs.nixpkgs.follows = "nixpkgs"; home-manager.inputs.nixpkgs.follows = "nixpkgs";