This commit is contained in:
Sandro - 2023-05-23 20:01:49 +02:00
parent f94b29b021
commit 965764b2ce
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 8 additions and 6 deletions

View File

@ -605,15 +605,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1684846720, "lastModified": 1684863824,
"narHash": "sha256-McmHtjq6oqbtcJMkostjnOW2ZybUJ/8xrZpbxEOotVQ=", "narHash": "sha256-am1x1dKxuGD9bOPqeBRmqyqrwQH2Hr15Hs8d6zcTThU=",
"owner": "astro", "owner": "SuperSandro2000",
"repo": "skyflake", "repo": "skyflake",
"rev": "ca7b4ad4f5d5bbbf454c9cad2dd47ec9192f7926", "rev": "0000054268e3e9ba1ecefc18ce25e3e9409f2891",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "astro", "owner": "SuperSandro2000",
"ref": "fix-eval",
"repo": "skyflake", "repo": "skyflake",
"type": "github" "type": "github"
} }

View File

@ -148,7 +148,8 @@
flake = false; flake = false;
}; };
skyflake = { skyflake = {
url = "github:astro/skyflake"; # url = "github:astro/skyflake";
url = "github:SuperSandro2000/skyflake/fix-eval";
inputs = { inputs = {
microvm.follows = "microvm"; microvm.follows = "microvm";
nixpkgs.follows = "nixos"; nixpkgs.follows = "nixos";