diff --git a/default.nix b/default.nix deleted file mode 100644 index 6466507..0000000 --- a/default.nix +++ /dev/null @@ -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 diff --git a/flake.lock b/flake.lock index cc74bca..2918666 100644 --- a/flake.lock +++ b/flake.lock @@ -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" } diff --git a/flake.nix b/flake.nix index 2ba5b26..f27e3bb 100644 --- a/flake.nix +++ b/flake.nix @@ -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 =