This commit is contained in:
Joseph Hanson 2024-06-19 19:13:55 -05:00
parent e8fb5b5c16
commit 533a3c0717
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -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