infra/nix/os/devices/sj-srv1/flake.nix

17 lines
637 B
Nix
Raw Normal View History

2024-01-18 21:06:45 +00:00
{
2024-12-05 22:11:05 +01:00
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
2024-01-18 21:06:45 +00:00
inputs.nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable-small";
inputs.nixpkgs-master.url = "github:nixos/nixpkgs/master";
inputs.home-manager = {
2024-12-05 22:11:05 +01:00
url = "github:nix-community/home-manager/release-24.11";
2024-01-18 21:06:45 +00:00
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";
2024-11-15 10:17:56 +01:00
outputs = _: { };
2024-01-18 21:06:45 +00:00
}