aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock8
-rw-r--r--flake.nix4
2 files changed, 5 insertions, 7 deletions
diff --git a/flake.lock b/flake.lock
index 10ffe4d..50890c6 100644
--- a/flake.lock
+++ b/flake.lock
@@ -35,16 +35,16 @@
35 }, 35 },
36 "nixpkgs": { 36 "nixpkgs": {
37 "locked": { 37 "locked": {
38 "lastModified": 1728158116, 38 "lastModified": 1739020877,
39 "narHash": "sha256-IN2luH/KYuChBbZLZvI3gI2Lz0fFAQrfAS6hfTOPDu0=", 39 "narHash": "sha256-mIvECo/NNdJJ/bXjNqIh8yeoSjVLAuDuTUzAo7dzs8Y=",
40 "owner": "NixOS", 40 "owner": "NixOS",
41 "repo": "nixpkgs", 41 "repo": "nixpkgs",
42 "rev": "7b2fbd28644b04fcd2c8020c38dd3b794c20fdd2", 42 "rev": "a79cfe0ebd24952b580b1cf08cd906354996d547",
43 "type": "github" 43 "type": "github"
44 }, 44 },
45 "original": { 45 "original": {
46 "owner": "NixOS", 46 "owner": "NixOS",
47 "ref": "7b2fbd2", 47 "ref": "nixos-unstable",
48 "repo": "nixpkgs", 48 "repo": "nixpkgs",
49 "type": "github" 49 "type": "github"
50 } 50 }
diff --git a/flake.nix b/flake.nix
index 2118e42..9a8b1cb 100644
--- a/flake.nix
+++ b/flake.nix
@@ -3,9 +3,7 @@
3 3
4{ 4{
5 inputs = { 5 inputs = {
6 # For Nim 2.2.0 (necessary for generics, also better C compiler on master) 6 nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
7 # https://github.com/NixOS/nixpkgs/pull/346578
8 nixpkgs.url = "github:NixOS/nixpkgs/7b2fbd2";
9 flake-utils.url = "github:numtide/flake-utils"; 7 flake-utils.url = "github:numtide/flake-utils";
10 flaky-utils.url = "git+https://cgit.euxane.net/flaky-utils"; 8 flaky-utils.url = "git+https://cgit.euxane.net/flaky-utils";
11 }; 9 };