1
1
mirror of https://github.com/divnix/digga.git synced 2024-08-18 03:20:24 +03:00

⬆️ misc Rm unused input

This commit is contained in:
Lord-Valen 2022-11-06 19:51:58 -05:00 committed by David Arnold
parent c187286ddc
commit 6c72c7ac8b
2 changed files with 0 additions and 19 deletions

View File

@ -1,20 +1,5 @@
{
"nodes": {
"blank": {
"locked": {
"lastModified": 1625557891,
"narHash": "sha256-O8/MWsPBGhhyPoPLHZAuoZiiHo9q6FLlEeIDEXuj6T4=",
"owner": "divnix",
"repo": "blank",
"rev": "5a5d2684073d9f563072ed07c871d577a6c614a8",
"type": "github"
},
"original": {
"owner": "divnix",
"repo": "blank",
"type": "github"
}
},
"darwin": {
"inputs": {
"nixpkgs": [
@ -229,7 +214,6 @@
},
"root": {
"inputs": {
"blank": "blank",
"darwin": "darwin",
"deploy": "deploy",
"devshell": "devshell",

View File

@ -13,9 +13,6 @@
nixlib.url = "github:nix-community/nixpkgs.lib";
# TODO: remove -- no references
blank.url = "github:divnix/blank";
deploy.url = "github:serokell/deploy-rs";
deploy.inputs.nixpkgs.follows = "nixpkgs";