Flake: add nixos-hardware
This commit is contained in:
parent
582fe1b01b
commit
f9830c2dfe
2 changed files with 20 additions and 1 deletions
|
|
@ -23,10 +23,12 @@ inputs = {
|
|||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
};
|
||||
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
|
||||
nix-impermanence.url = "github:nix-community/impermanence";
|
||||
};
|
||||
|
||||
outputs = {nixpkgs, nixpkgs-unstable, agenix, home-manager, home-manager-unstable, nix-impermanence, ... }: {
|
||||
outputs = {nixpkgs, nixpkgs-unstable, agenix, home-manager, home-manager-unstable, nixos-hardware, nix-impermanence, ... }: {
|
||||
devShells.x86_64-linux.default = nixpkgs.legacyPackages.x86_64-linux.mkShell {
|
||||
name = "Environment for toast's nixos configurations";
|
||||
# The agenix cli is not needed to activate a configuration, so instead of installing it
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue