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