reverted nixos-anywhere devshell

This commit is contained in:
Leyla Becker 2025-06-01 16:37:12 -05:00
parent 35d6c1a634
commit 2e41153c43
3 changed files with 9 additions and 168 deletions

View file

@ -28,11 +28,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nixos-anywhere = {
url = "github:nix-community/nixos-anywhere";
inputs.nixpkgs.follows = "nixpkgs";
};
# disk configurations
disko = {
url = "github:nix-community/disko";
@ -84,7 +79,6 @@
sops-nix,
nix-syncthing,
home-manager,
nixos-anywhere,
impermanence,
...
} @ inputs: let
@ -153,7 +147,7 @@
# for viewing configuration options defined in this repo
nix-inspect
# for installing flakes from this repo onto other systems
nixos-anywhere.packages.${system}.nixos-anywhere
nixos-anywhere
# for updating disko configurations
disko
];