As T480 is merged now, use the master branch

This commit is contained in:
Cyryl Płotnicki 2021-06-13 09:54:53 +01:00
parent 6881b8916a
commit 48cd3406e6
2 changed files with 14 additions and 14 deletions

View file

@ -74,16 +74,16 @@
},
"nixos-hardware": {
"locked": {
"lastModified": 1623490714,
"narHash": "sha256-Em9Rf+iTY1mTeFOVCLFGGAoSdcx0ekuxuf45ePjsqnY=",
"owner": "cyplo",
"lastModified": 1623569835,
"narHash": "sha256-Mg+FN1JkEQ91Zff0+ot/ndRgD9BB+uDBLN12AcBYkSA=",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "a67ed0c3a2d1b31f8233195cbd36bb2501bdf1bc",
"rev": "7305b276c90cfd3ad0a2452101a49c0b52c784c0",
"type": "github"
},
"original": {
"owner": "cyplo",
"ref": "add-t480",
"owner": "NixOS",
"ref": "master",
"repo": "nixos-hardware",
"type": "github"
}
@ -119,11 +119,11 @@
},
"nixpkgs-stable": {
"locked": {
"lastModified": 1623309731,
"narHash": "sha256-UZVcWcMEuWr6QmoFNryxUwjnokXXREJO7CSRe8ob6E4=",
"lastModified": 1623515171,
"narHash": "sha256-kDwXHikopkWgSd+W1DX+MCdmkMA2chs3/Zjqvi5G3Uw=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "cedcf2565c6b982d703d67455199b09a3d905d86",
"rev": "81b3481d79a599d90138768a964b7d70d8996f97",
"type": "github"
},
"original": {
@ -135,11 +135,11 @@
},
"nur": {
"locked": {
"lastModified": 1623474423,
"narHash": "sha256-f8kENeJ96PWEua02Iq9yUu4bK7RCcO2cSbVoh9i37v0=",
"lastModified": 1623572403,
"narHash": "sha256-k8u0CfMm9k2qrnDnn79Ui/WySKXS+7ie0O7YKrFPSrU=",
"owner": "nix-community",
"repo": "NUR",
"rev": "c7e5bd4edffc819c5c4b0df44e3fccf11214a390",
"rev": "daf13be15e35406bc598c470ecb1b01768db1954",
"type": "github"
},
"original": {

View file

@ -67,9 +67,9 @@
nixos-hardware = {
type = "github";
owner = "cyplo";
owner = "NixOS";
repo = "nixos-hardware";
ref = "add-t480";
ref = "master";
};
home-manager = {