flake: nixpkgs points to master by default

No need to explicitly specify it.
This commit is contained in:
Timothy DeHerrera 2021-02-14 19:43:11 -07:00
parent f2d22e13be
commit 1b12c78c0e
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122
2 changed files with 17 additions and 18 deletions

View file

@ -93,21 +93,6 @@
"type": "github"
}
},
"override": {
"locked": {
"lastModified": 1612717294,
"narHash": "sha256-V3j1rA4a3Lzf5pdbFHzs9jUcOKB91MFO3X8nMY+lK5c=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "77ffc4c2413dc4e1d269e1ec65d4b005188f8536",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "master",
"type": "indirect"
}
},
"nixos": {
"locked": {
"lastModified": 1612690903,
@ -152,6 +137,20 @@
"type": "indirect"
}
},
"override": {
"locked": {
"lastModified": 1613354882,
"narHash": "sha256-V3j1rA4a3Lzf5pdbFHzs9jUcOKB91MFO3X8nMY+lK5c=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "77ffc4c2413dc4e1d269e1ec65d4b005188f8536",
"type": "github"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
"pre-commit-hooks-nix": {
"flake": false,
"locked": {
@ -174,10 +173,10 @@
"devshell": "devshell",
"flake-utils": "flake-utils",
"home": "home",
"override": "override",
"nixos": "nixos",
"nixos-hardware": "nixos-hardware",
"nur": "nur"
"nur": "nur",
"override": "override"
}
}
},

View file

@ -3,7 +3,7 @@
inputs =
{
override.url = "nixpkgs/master";
override.url = "nixpkgs";
nixos.url = "nixpkgs/release-20.09";
home.url = "github:nix-community/home-manager/release-20.09";
home.inputs.nixpkgs.follows = "nixos";