flake.lock: Update

Flake lock file updates:

• Updated input 'skyflake':
    'github:SuperSandro2000/skyflake/0000054268e3e9ba1ecefc18ce25e3e9409f2891' (2023-05-23)
  → 'github:astro/skyflake/b9440d0d824e8f1494b75ff5cd862d2dfdde1240' (2023-05-23)
This commit is contained in:
Sandro - 2023-05-23 23:29:50 +02:00
parent 111111145d
commit 20ad25bf3a
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 5 additions and 7 deletions

View File

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

View File

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