From 965764b2ce8c1ada109af6dae7e52779090d90bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Tue, 23 May 2023 20:01:49 +0200 Subject: [PATCH] Fix eval --- flake.lock | 11 ++++++----- flake.nix | 3 ++- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index ecf14aaa..a98398c6 100644 --- a/flake.lock +++ b/flake.lock @@ -605,15 +605,16 @@ ] }, "locked": { - "lastModified": 1684846720, - "narHash": "sha256-McmHtjq6oqbtcJMkostjnOW2ZybUJ/8xrZpbxEOotVQ=", - "owner": "astro", + "lastModified": 1684863824, + "narHash": "sha256-am1x1dKxuGD9bOPqeBRmqyqrwQH2Hr15Hs8d6zcTThU=", + "owner": "SuperSandro2000", "repo": "skyflake", - "rev": "ca7b4ad4f5d5bbbf454c9cad2dd47ec9192f7926", + "rev": "0000054268e3e9ba1ecefc18ce25e3e9409f2891", "type": "github" }, "original": { - "owner": "astro", + "owner": "SuperSandro2000", + "ref": "fix-eval", "repo": "skyflake", "type": "github" } diff --git a/flake.nix b/flake.nix index 0f9f7593..65bd9f7f 100644 --- a/flake.nix +++ b/flake.nix @@ -148,7 +148,8 @@ flake = false; }; skyflake = { - url = "github:astro/skyflake"; + # url = "github:astro/skyflake"; + url = "github:SuperSandro2000/skyflake/fix-eval"; inputs = { microvm.follows = "microvm"; nixpkgs.follows = "nixos";