updated flake.nix as well

This commit is contained in:
Anton-4 2024-04-06 14:16:40 +02:00
parent e062151cd5
commit 686e1b9146
No known key found for this signature in database
GPG Key ID: 0971D718C0A9B937
2 changed files with 5 additions and 5 deletions

View File

@ -59,17 +59,17 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1702900294,
"narHash": "sha256-pt7sSoJYNw3n8YtXw0Z/Nnr6/PfY2YrjDvqboErXnRM=",
"lastModified": 1712163089,
"narHash": "sha256-Um+8kTIrC19vD4/lUCN9/cU9kcOsD1O1m+axJqQPyMM=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "886c9aee6ca9324e127f9c2c4e6f68c2641c8256",
"rev": "fd281bd6b7d3e32ddfa399853946f782553163b5",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixpkgs",
"rev": "886c9aee6ca9324e127f9c2c4e6f68c2641c8256",
"rev": "fd281bd6b7d3e32ddfa399853946f782553163b5",
"type": "github"
}
},

View File

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