From 533a3c071783963b036d59cea8657898583f8dd9 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Wed, 19 Jun 2024 19:13:55 -0500 Subject: [PATCH] unused. --- flake.nix | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/flake.nix b/flake.nix index 7920857..ab9dac3 100644 --- a/flake.nix +++ b/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