-
-
Save cleverca22/3a8835b924cf4b4c883c860c1eb696c1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/default.nix b/default.nix | |
index a7b8b08..198ddf8 100644 | |
--- a/default.nix | |
+++ b/default.nix | |
@@ -1,4 +1,4 @@ | |
-with import <nixpkgs> {}; | |
+with builtins; | |
map (id: | |
- import (fetchurl "https://infinisil.io/nix/${id}.nix") | |
+ import (fetchurl "https://infinisil.io/nix/${toString id}.nix") | |
) [ 1 2 3 ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment