nix/os/devices/sj-srv1: bump versions

This commit is contained in:
steveej 2024-12-23 22:17:58 +01:00
parent 1e649fc3f2
commit 50804cb67e
2 changed files with 90 additions and 33 deletions

View file

@ -8,9 +8,8 @@
inputs.nixpkgs.follows = "nixpkgs";
};
# remove when https://github.com/NixOS/nixpkgs/pull/312523 is merged and backported
inputs.nixpkgs_forgejo.url = "github:NixOS/nixpkgs/af4ac075a3e97cb239078e187112afdf380cd47b";
# nixpkgs_forgejo.url = "github:steveej-forks/nixpkgs/9c3519ab3beb11b8d997281f8922330f707df419";
inputs.nixos-dns.url = "github:Janik-Haag/nixos-dns";
inputs.nixos-dns.inputs.nixpkgs.follows = "nixpkgs";
outputs = _: { };
}