From 9c1dad1c5e48d3102c7297901dcbceefc0fdc668 Mon Sep 17 00:00:00 2001 From: voidlizard Date: Wed, 22 Jan 2025 11:30:36 +0300 Subject: [PATCH] removed nixbwrap --- flake.lock | 55 ------------------------------------------------------ flake.nix | 4 ---- 2 files changed, 59 deletions(-) diff --git a/flake.lock b/flake.lock index 6bd43255..ffb21005 100644 --- a/flake.lock +++ b/flake.lock @@ -18,24 +18,6 @@ "type": "github" } }, - "flake-utils_2": { - "inputs": { - "systems": "systems_2" - }, - "locked": { - "lastModified": 1731533236, - "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, "haskell-flake-utils": { "inputs": { "flake-utils": [ @@ -80,27 +62,6 @@ "type": "github" } }, - "nixbwrap": { - "inputs": { - "flake-utils": "flake-utils_2", - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1667333413, - "narHash": "sha256-QGR6Src6UNXac3fgoe9PW40bAOYy0f05DGcRD2ae2S4=", - "ref": "refs/heads/master", - "rev": "a24e9553ee84d01aa2f9b35f30c75728864dfa52", - "revCount": 28, - "type": "git", - "url": "https://git.sr.ht/~fgaz/nix-bubblewrap" - }, - "original": { - "type": "git", - "url": "https://git.sr.ht/~fgaz/nix-bubblewrap" - } - }, "nixpkgs": { "locked": { "lastModified": 1727089097, @@ -122,7 +83,6 @@ "flake-utils": "flake-utils", "haskell-flake-utils": "haskell-flake-utils", "hspup": "hspup", - "nixbwrap": "nixbwrap", "nixpkgs": "nixpkgs" } }, @@ -140,21 +100,6 @@ "repo": "default", "type": "github" } - }, - "systems_2": { - "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default", - "type": "github" - } } }, "root": "root", diff --git a/flake.nix b/flake.nix index 61132bc5..9f68c7f5 100644 --- a/flake.nix +++ b/flake.nix @@ -14,9 +14,6 @@ inputs = { hspup.inputs.nixpkgs.follows = "nixpkgs"; hspup.inputs.haskell-flake-utils.follows = "haskell-flake-utils"; - nixbwrap.url = "git+https://git.sr.ht/~fgaz/nix-bubblewrap"; - nixbwrap.inputs.nixpkgs.follows = "nixpkgs"; - }; outputs = { self, nixpkgs, flake-utils, ... }@inputs: @@ -171,7 +168,6 @@ outputs = { self, nixpkgs, flake-utils, ... }@inputs: pkgs.file pkgs.zlib inputs.hspup.packages.${pkgs.system}.default - inputs.nixbwrap.packages.${pkgs.system}.default ] );