Update to nixpkgs 21.11 for darwin

This commit is contained in:
Natsu Kagami 2021-12-01 10:32:03 -05:00
parent 59be0bd1de
commit 5d7691fa01
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
2 changed files with 5 additions and 5 deletions

View file

@ -166,16 +166,16 @@
},
"nixpkgs-21_11": {
"locked": {
"lastModified": 1637616027,
"narHash": "sha256-ldV5S6zqexLHrzwjbK2BsOfvFcka9Xw5w6oxYSDhikA=",
"lastModified": 1638239011,
"narHash": "sha256-AjhmbT4UBlJWqxY0ea8a6GU2C2HdKUREkG43oRr3TZg=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "e3e553c5f547f42629739d0491279eeb25e25cb2",
"rev": "a7ecde854aee5c4c7cd6177f54a99d2c1ff28a31",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "21.11-beta",
"ref": "21.11",
"repo": "nixpkgs",
"type": "github"
}

View file

@ -3,7 +3,7 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/21.05";
nixpkgs-21_11.url = "github:nixos/nixpkgs/21.11-beta"; # TODO: Change this to 21.11 once done
nixpkgs-21_11.url = "github:nixos/nixpkgs/21.11";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable";
darwin.url = "github:lnl7/nix-darwin/master";
darwin.inputs.nixpkgs.follows = "nixpkgs-unstable";