1
0

Specific nixpkgs per host

This commit is contained in:
2023-03-23 17:09:54 +01:00
parent d30cbbf99d
commit e38180a5f0
3 changed files with 21 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs-schule.url = "github:NixOS/nixpkgs/nixos-unstable";
nixos-exporter = {
url = "git+https://git.clerie.de/clerie/nixos-exporter.git";
inputs.nixpkgs.follows = "nixpkgs";