Remove git-fs-monitor

This commit is contained in:
Erwin Boskma 2024-11-05 17:05:47 +01:00
parent 969d0c5fb2
commit ecd03b901d
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk
3 changed files with 3 additions and 71 deletions

View file

@ -72,27 +72,6 @@
} }
}, },
"crane": { "crane": {
"inputs": {
"nixpkgs": [
"git-fs-monitor",
"nixpkgs"
]
},
"locked": {
"lastModified": 1711586303,
"narHash": "sha256-iZDHWTqQj6z6ccqTSEOPOxQ8KMFAemInUObN2R9vHSs=",
"owner": "ipetkov",
"repo": "crane",
"rev": "a329cd00398379c62e76fc3b8d4ec2934260d636",
"type": "github"
},
"original": {
"owner": "ipetkov",
"repo": "crane",
"type": "github"
}
},
"crane_2": {
"inputs": { "inputs": {
"flake-compat": "flake-compat_3", "flake-compat": "flake-compat_3",
"flake-utils": [ "flake-utils": [
@ -122,7 +101,7 @@
"type": "github" "type": "github"
} }
}, },
"crane_3": { "crane_2": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
"pamedia", "pamedia",
@ -344,37 +323,6 @@
"type": "github" "type": "github"
} }
}, },
"git-fs-monitor": {
"inputs": {
"crane": "crane",
"flake-parts": [
"flake-parts"
],
"nixpkgs": [
"nixpkgs"
],
"pre-commit-hooks": [
"pre-commit-hooks"
],
"rust-overlay": [
"rust-overlay"
]
},
"locked": {
"lastModified": 1711698730,
"narHash": "sha256-/rCvMprkNJHIJUIUB+jjzv1ZSZkcIK5wMn3I/QoAsFk=",
"ref": "main",
"rev": "5807cf59b93d937b3804e7b73e30221337c598ad",
"revCount": 5,
"type": "git",
"url": "https://git.datarift.nl/erwin/git-fs-monitor.git"
},
"original": {
"ref": "main",
"type": "git",
"url": "https://git.datarift.nl/erwin/git-fs-monitor.git"
}
},
"gitignore": { "gitignore": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
@ -398,7 +346,7 @@
}, },
"ha-now-playing": { "ha-now-playing": {
"inputs": { "inputs": {
"crane": "crane_2", "crane": "crane",
"flake-utils": [ "flake-utils": [
"flake-utils" "flake-utils"
], ],
@ -625,7 +573,7 @@
}, },
"pamedia": { "pamedia": {
"inputs": { "inputs": {
"crane": "crane_3", "crane": "crane_2",
"flake-parts": [ "flake-parts": [
"flake-parts" "flake-parts"
], ],
@ -684,7 +632,6 @@
"eww": "eww", "eww": "eww",
"flake-parts": "flake-parts_2", "flake-parts": "flake-parts_2",
"flake-utils": "flake-utils_2", "flake-utils": "flake-utils_2",
"git-fs-monitor": "git-fs-monitor",
"ha-now-playing": "ha-now-playing", "ha-now-playing": "ha-now-playing",
"home-manager": "home-manager", "home-manager": "home-manager",
"microvm": "microvm", "microvm": "microvm",

View file

@ -121,16 +121,6 @@
rust-overlay.follows = "rust-overlay"; rust-overlay.follows = "rust-overlay";
}; };
}; };
git-fs-monitor = {
url = "git+https://git.datarift.nl/erwin/git-fs-monitor.git?ref=main";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-parts.follows = "flake-parts";
rust-overlay.follows = "rust-overlay";
pre-commit-hooks.follows = "pre-commit-hooks";
};
};
}; };
outputs = outputs =

View file

@ -125,11 +125,6 @@ in
editor = "${editor}"; editor = "${editor}";
pager = "${pkgs.bat}/bin/bat"; pager = "${pkgs.bat}/bin/bat";
untrackedCache = true; untrackedCache = true;
# fsmonitor =
# let
# git-fs-monitor = flake-inputs.git-fs-monitor.packages.${pkgs.system}.default;
# in
# "${git-fs-monitor}/bin/git-fs-monitor";
}; };
merge = { merge = {
ff = "only"; ff = "only";