remove nixpkgs input

This commit is contained in:
Charlotte 🦝 Delenk 2024-09-08 08:49:39 +02:00
parent 16ad1eed57
commit 328d6593c7

View file

@ -26,11 +26,6 @@
value = "${info.head.repo.clone_url} ${info.head.ref}";
emailresponsible = false;
};
nixpkgs = {
type = "git";
value = "https://github.com/NixOS/nixpkgs.git master";
emailresponsible = false;
};
github_input = {
type = "string";
value = "nixos-config";
@ -67,11 +62,6 @@
value = "https://github.com/DarkKirb/nixos-config main";
emailresponsible = false;
};
nixpkgs = {
type = "git";
value = "https://github.com/NixOS/nixpkgs.git master";
emailresponsible = false;
};
github_input = {
type = "string";
value = "nixos-config";