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";