diff options
| author | Grigory Shipunov | 2022-07-17 15:57:21 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-07-17 15:57:38 +0200 |
| commit | aa1a60ca383a85ff150730e8bdbd74cfbbd79dee (patch) | |
| tree | 3d20e7edc05f069b2b05ab638efe4413cceb3e37 | |
| parent | c93486fcb89c4031dbb10f41b2e649556b92d635 (diff) | |
remove unused inputs
| -rw-r--r-- | flake.lock | 37 | ||||
| -rw-r--r-- | flake.nix | 6 |
2 files changed, 0 insertions, 43 deletions
@@ -36,27 +36,6 @@ "type": "github" } }, - "home-manager": { - "inputs": { - "nixpkgs": [ - "nixpkgs-unstable" - ], - "utils": "utils" - }, - "locked": { - "lastModified": 1657887110, - "narHash": "sha256-8VV0/kZed2z8fGtEc2zr+WLxTow+JTIlMjnSisyv0GQ=", - "owner": "nix-community", - "repo": "home-manager", - "rev": "4c5106ed0f3168ff2df21b646aef67e86cbfc11c", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "home-manager", - "type": "github" - } - }, "microvm": { "inputs": { "flake-utils": "flake-utils", @@ -129,7 +108,6 @@ "root": { "inputs": { "fenix": "fenix", - "home-manager": "home-manager", "microvm": "microvm", "nixpkgs": "nixpkgs", "nixpkgs-unstable": "nixpkgs-unstable", @@ -173,21 +151,6 @@ "repo": "sops-nix", "type": "github" } - }, - "utils": { - "locked": { - "lastModified": 1653893745, - "narHash": "sha256-0jntwV3Z8//YwuOjzhV2sgJJPt+HY6KhU7VZUL0fKZQ=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "1ed9fb1935d260de5fe1c2f7ee0ebaae17ed2fa1", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } } }, "root": "root", @@ -2,10 +2,6 @@ inputs = { nixpkgs-unstable.url = github:NixOS/nixpkgs/nixos-unstable; nixpkgs.url = github:NixOS/nixpkgs/nixos-22.05; - home-manager = { - url = github:nix-community/home-manager; - inputs.nixpkgs.follows = "nixpkgs-unstable"; - }; sops-nix = { url = github:Mic92/sops-nix; inputs.nixpkgs.follows = "nixpkgs"; @@ -27,7 +23,6 @@ , sops-nix , microvm , fenix - , home-manager , ... }: { @@ -37,7 +32,6 @@ system = "x86_64-linux"; modules = [ sops-nix.nixosModules.sops - home-manager.nixosModules.home-manager ./hosts/microwave ./modules/graphical.nix ./modules/basic-tools.nix |
