Skip to content

Commit

Permalink
refactor: remove unused inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
konradmalik committed Dec 11, 2023
1 parent b43b1ca commit 43990e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 42 deletions.
38 changes: 2 additions & 36 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 2 additions & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-23.11";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable";
nixpkgs-master.url = "github:NixOS/nixpkgs/master";
darwin = {
url = "github:lnl7/nix-darwin";
inputs.nixpkgs.follows = "nixpkgs";
Expand All @@ -32,8 +30,8 @@
};
sops-nix = {
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs-unstable";
inputs.nixpkgs-stable.follows = "nixpkgs";
inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgs-stable.follows = "nixpkgs-stable";
};
nix-colors.url = "github:misterio77/nix-colors";
};
Expand All @@ -42,8 +40,6 @@
{ self
, nixpkgs
, nixpkgs-stable
, nixpkgs-unstable
, nixpkgs-master
, darwin
, nixos-hardware
, disko
Expand Down

0 comments on commit 43990e2

Please sign in to comment.