flake-compat: use flakehub (#663)

This commit is contained in:
Graham Christensen 2023-10-03 13:47:17 -04:00 committed by GitHub
parent b68cf8b56c
commit 95045cf8c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 11 deletions

View file

@ -20,19 +20,16 @@
} }
}, },
"flake-compat": { "flake-compat": {
"flake": false,
"locked": { "locked": {
"lastModified": 1673956053, "narHash": "sha256-AAQ/2sD+0D18bb8hKuEEVpHUYD1GmO2Uh/taFamn6XQ=",
"narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=", "rev": "4f910c9827911b1ec2bf26b5a062cd09f8d89f85",
"owner": "edolstra", "revCount": 55,
"repo": "flake-compat", "type": "tarball",
"rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9", "url": "https://api.flakehub.com/f/pinned/edolstra/flake-compat/1.0.0/018af168-abf6-7903-8e2c-be5db8d27950/source.tar.gz"
"type": "github"
}, },
"original": { "original": {
"owner": "edolstra", "type": "tarball",
"repo": "flake-compat", "url": "https://flakehub.com/f/edolstra/flake-compat/1.0.0.tar.gz"
"type": "github"
} }
}, },
"flake-compat_2": { "flake-compat_2": {

View file

@ -19,7 +19,7 @@
# Omitting `inputs.nixpkgs.follows = "nixpkgs";` on purpose # Omitting `inputs.nixpkgs.follows = "nixpkgs";` on purpose
}; };
flake-compat = { url = "github:edolstra/flake-compat"; flake = false; }; flake-compat.url = "https://flakehub.com/f/edolstra/flake-compat/1.0.0.tar.gz";
}; };
outputs = outputs =