Correctly pin latest channel to nixpkgs unstable

This commit is contained in:
teutat3s 2021-07-29 16:06:49 +02:00
parent f66f600b9b
commit 3f64c910b0
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1
2 changed files with 17 additions and 15 deletions

View file

@ -140,11 +140,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1627438622, "lastModified": 1627484795,
"narHash": "sha256-O+e35MsI/E07CleYSHfWUhaSYcl7Rg/kf0O+hUi7vto=", "narHash": "sha256-ZnErne4CWPxN3G6jwEzSeTD++iIXdRa9+5ZTp2IuOQ0=",
"owner": "divnix", "owner": "divnix",
"repo": "digga", "repo": "digga",
"rev": "0778eeeb665d4f922d7befe56be220c342406337", "rev": "b52bb1001950eae6aca993232c1a88d0638b1dcf",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -244,14 +244,16 @@
}, },
"latest": { "latest": {
"locked": { "locked": {
"lastModified": 1626527571, "lastModified": 1627391865,
"narHash": "sha256-+X2GhKfkuLUYs8wVQPUKZULX3OvaNn2KwrvhoxQk9SA=", "narHash": "sha256-tPoWBO9Nzu3wuX37WcnctzL6LoDCErJLnfLGqqmXCm4=",
"path": "/nix/store/a7qndnxr415j8s2172g13xhs1ryn5rcs-source", "owner": "NixOS",
"rev": "0a96dbc8b6bd4874ef0f55ce30ec7bdf1cb09452", "repo": "nixpkgs",
"type": "path" "rev": "8ecc61c91a596df7d3293603a9c2384190c1b89a",
"type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "id": "nixpkgs",
"ref": "nixos-unstable",
"type": "indirect" "type": "indirect"
} }
}, },
@ -319,11 +321,11 @@
}, },
"nixos": { "nixos": {
"locked": { "locked": {
"lastModified": 1627460592, "lastModified": 1627552538,
"narHash": "sha256-jdJqJi9DSPiGOY9xlZSi0ufDJpS6ezvDdx8AQq5VuyI=", "narHash": "sha256-FkIzCCSu9UuAhfdp6aSDPrZeaVQz1f5K51XRZLuvUp0=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "382039c05a16827a7f0731183e862366b66b422f", "rev": "f90d817036015164f606b0dd9a9fbbcdd90c9b38",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -418,11 +420,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1627459777, "lastModified": 1627523399,
"narHash": "sha256-WHEAMMGG4hCJHLsk1k6BeHXOdI+HtG8wxLghVDp7h9Y=", "narHash": "sha256-j9CgnUQpWcb8OB4LRzPW8BdxvmoROJptgptDlPA8Heo=",
"owner": "berberman", "owner": "berberman",
"repo": "nvfetcher", "repo": "nvfetcher",
"rev": "f8c69f30993d69996236d4f1720794684aa5838c", "rev": "fb8f2cc770ad3dd3e29d7ba3004692d4d53fba9b",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

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