diff options
author | sefidel <contact@sefidel.net> | 2022-02-20 14:12:20 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-02-20 14:12:20 +0900 |
commit | da0588518893d67fb78618fa61d89b8480f29468 (patch) | |
tree | 1ab0c0dc910d4d18fb294443858cae0feb7c13e2 | |
parent | 435ce2896410ed7742c203f2b0ccafe28b4498dc (diff) | |
download | nixrc-da0588518893d67fb78618fa61d89b8480f29468.tar.gz nixrc-da0588518893d67fb78618fa61d89b8480f29468.zip |
chore: remove redundant input 'master'
-rw-r--r-- | flake.lock | 17 | ||||
-rw-r--r-- | flake.nix | 1 |
2 files changed, 0 insertions, 18 deletions
diff --git a/flake.lock b/flake.lock index f13474e..53a3ea1 100644 --- a/flake.lock +++ b/flake.lock @@ -89,22 +89,6 @@ "type": "github" } }, - "master": { - "locked": { - "lastModified": 1645333192, - "narHash": "sha256-XZZYP0NPtqFsmiyfK18MBOIpA+lNnY23+MAdH607J/Y=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "66f35ca026dcef10cdfda9df7eea3c9450ace463", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "master", - "repo": "nixpkgs", - "type": "github" - } - }, "neovim": { "inputs": { "flake-utils": "flake-utils_2", @@ -148,7 +132,6 @@ "inputs": { "chaotic-nixpkgs": "chaotic-nixpkgs", "home-manager": "home-manager", - "master": "master", "neovim": "neovim", "nixpkgs-2111": "nixpkgs-2111", "unstable": "unstable", diff --git a/flake.nix b/flake.nix index a0b253b..4a766b9 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,6 @@ unstable.url = "github:nixos/nixpkgs/nixos-unstable"; unstable-small.url = "github:nixos/nixpkgs/nixos-unstable-small"; nixpkgs-2111.url = "github:nixos/nixpkgs/nixos-21.11"; - master.url = "github:nixos/nixpkgs/master"; home-manager.url = "github:nix-community/home-manager"; home-manager.inputs.nixpkgs.follows = "unstable"; |