diff options
Diffstat (limited to '')
-rw-r--r-- | flake.lock | 41 | ||||
-rw-r--r-- | flake.nix | 7 |
2 files changed, 1 insertions, 47 deletions
diff --git a/flake.lock b/flake.lock index 7aa886f..6a02041 100644 --- a/flake.lock +++ b/flake.lock @@ -56,29 +56,6 @@ "type": "github" } }, - "mytools": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ], - "utils": "utils" - }, - "locked": { - "lastModified": 1648409120, - "narHash": "sha256-pvmUuZSRYVBY3b535FCKWdwrVFjCJly9+lhhmAYcn/0=", - "ref": "main", - "rev": "f2a376b00b20d6c7397a253659abb3c62c9acdd6", - "revCount": 49, - "type": "git", - "url": "https://git.fcuny.net/fcuny/tools.git" - }, - "original": { - "ref": "main", - "rev": "f2a376b00b20d6c7397a253659abb3c62c9acdd6", - "type": "git", - "url": "https://git.fcuny.net/fcuny/tools.git" - } - }, "nixpkgs": { "locked": { "lastModified": 1644266748, @@ -131,30 +108,14 @@ "agenix": "agenix", "emacs-overlay": "emacs-overlay", "home-manager": "home-manager", - "mytools": "mytools", "nixpkgs": "nixpkgs", "nixpkgs-unstable": "nixpkgs-unstable", "nur": "nur", - "utils": "utils_2" + "utils": "utils" } }, "utils": { "locked": { - "lastModified": 1648297722, - "narHash": "sha256-W+qlPsiZd8F3XkzXOzAoR+mpFqzm3ekQkJNa+PIh1BQ=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "0f8662f1319ad6abf89b3380dd2722369fc51ade", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "utils_2": { - "locked": { "lastModified": 1644229661, "narHash": "sha256-1YdnJAsNy69bpcjuoKdOYQX0YxZBiCYZo4Twxerqv7k=", "owner": "numtide", diff --git a/flake.nix b/flake.nix index 7b39b6a..8630b4c 100644 --- a/flake.nix +++ b/flake.nix @@ -17,13 +17,6 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - mytools = { - url = - "git+https://git.fcuny.net/fcuny/tools.git?ref=main&rev=f2a376b00b20d6c7397a253659abb3c62c9acdd6"; - inputs.nixpkgs.follows = "nixpkgs"; - inputs.flake-utils.follows = "utils"; - }; - nur.url = "github:nix-community/NUR"; home-manager = { |