Follow upstream master branch, it's their new default #14

Merged
teutat3s merged 27 commits from refs/pull/14/head into master 2021-09-07 14:37:24 +00:00
2 changed files with 5 additions and 4 deletions
Showing only changes of commit f69737301f - Show all commits

7
flake.lock generated
View file

@ -229,15 +229,16 @@
},
"latest": {
"locked": {
"lastModified": 1625702968,
"narHash": "sha256-MadGtaIuPvTh9JLZULkQerZae8TFBczg8c12AijZc+s=",
"lastModified": 1627391865,
"narHash": "sha256-tPoWBO9Nzu3wuX37WcnctzL6LoDCErJLnfLGqqmXCm4=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "46c8ac79dbc9a4bcb7db4592d4708fb009284e13",
"rev": "8ecc61c91a596df7d3293603a9c2384190c1b89a",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-unstable",
"type": "indirect"
}
},

View file

@ -8,7 +8,7 @@
inputs =
{
nixos.url = "nixpkgs/release-21.05";
latest.url = "nixpkgs";
latest.url = "nixpkgs/nixos-unstable";
digga.url = "github:divnix/digga";
digga.inputs.nixpkgs.follows = "nixos";