moved to nix unstable

This commit is contained in:
Anton-4 2022-08-22 18:21:03 +02:00
parent 68f2c6ed1d
commit 1f841aa18d
No known key found for this signature in database
GPG Key ID: A13F4A6E21141925
2 changed files with 5 additions and 5 deletions

View File

@ -52,16 +52,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1657972522,
"narHash": "sha256-JTiKsBT1BwMbtSUsvtSl8ffkiirby8FaujJVGV766Q8=",
"lastModified": 1661088761,
"narHash": "sha256-5DGKX81wIPAAiLwUmUYECpA3vop94AHHR7WmGXSsQok=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "07a2e6a4e31ea48408861607198972d60adaf4ad",
"rev": "a7855f2235a1876f97473a76151fec2afa02b287",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-22.05",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}

View File

@ -2,7 +2,7 @@
description = "Roc flake";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-22.05";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
# rust from nixpkgs has some libc problems, this is patched in the rust-overlay
rust-overlay = {