removed nixbwrap

This commit is contained in:
voidlizard 2025-01-22 11:30:36 +03:00
parent 3d78882f62
commit 9c1dad1c5e
2 changed files with 0 additions and 59 deletions

View File

@ -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",

View File

@ -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
]
);