unused.
This commit is contained in:
parent
e8fb5b5c16
commit
533a3c0717
1 changed files with 2 additions and 9 deletions
|
@ -4,7 +4,6 @@
|
||||||
inputs = {
|
inputs = {
|
||||||
# Nixpkgs and unstable
|
# Nixpkgs and unstable
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-23.11";
|
|
||||||
|
|
||||||
# impermanence
|
# impermanence
|
||||||
# https://github.com/nix-community/impermanence
|
# https://github.com/nix-community/impermanence
|
||||||
|
@ -24,13 +23,6 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
# home-manager - stable
|
|
||||||
# https://github.com/nix-community/home-manager
|
|
||||||
home-manager-stable = {
|
|
||||||
url = "github:nix-community/home-manager/release-23.11";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs-stable";
|
|
||||||
};
|
|
||||||
|
|
||||||
# sops-nix - secrets with mozilla sops
|
# sops-nix - secrets with mozilla sops
|
||||||
# https://github.com/Mic92/sops-nix
|
# https://github.com/Mic92/sops-nix
|
||||||
sops-nix = {
|
sops-nix = {
|
||||||
|
@ -51,6 +43,7 @@
|
||||||
url = "github:nix-community/nix-index-database";
|
url = "github:nix-community/nix-index-database";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
# nix-inspect - inspect nix derivations usingn a TUI interface
|
# nix-inspect - inspect nix derivations usingn a TUI interface
|
||||||
# https://github.com/bluskript/nix-inspect
|
# https://github.com/bluskript/nix-inspect
|
||||||
nix-inspect = {
|
nix-inspect = {
|
||||||
|
|
Reference in a new issue