chore: remove flake-compat (legacy support)

This commit is contained in:
anntnzrb
2025-10-08 22:06:28 -05:00
parent 9bd2ffc288
commit 313e1fab46
3 changed files with 0 additions and 31 deletions

View File

@@ -1,9 +0,0 @@
(import (
let
lock = builtins.fromJSON (builtins.readFile ./flake.lock);
in
fetchTarball {
url = "https://github.com/edolstra/flake-compat/archive/${lock.nodes.flake-compat.locked.rev}.tar.gz";
sha256 = lock.nodes.flake-compat.locked.narHash;
}
) { src = ./.; }).defaultNix

17
flake.lock generated
View File

@@ -1,21 +1,5 @@
{
"nodes": {
"flake-compat": {
"flake": false,
"locked": {
"lastModified": 1650374568,
"narHash": "sha256-Z+s0J8/r907g149rllvwhb4pKi8Wam5ij0st8PwAh+E=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "b4a34015c698c7793d592d66adbab377907a2be8",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
"flake-utils": {
"inputs": {
"systems": "systems"
@@ -71,7 +55,6 @@
},
"root": {
"inputs": {
"flake-compat": "flake-compat",
"flake-utils-plus": "flake-utils-plus",
"nixpkgs": "nixpkgs"
}

View File

@@ -4,11 +4,6 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/release-25.05";
flake-utils-plus.url = "github:gytis-ivaskevicius/flake-utils-plus/master";
flake-compat = {
url = "github:edolstra/flake-compat";
flake = false;
};
};
outputs =