digga: Remove customBuilds, nixos-generate

has --flake, Use nixos-* not release-*
This commit is contained in:
teutat3s 2022-04-09 16:40:03 +02:00
parent e2773a67ee
commit 1d0ae71a3c
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -7,7 +7,8 @@
inputs =
{
nixos.url = "github:nixos/nixpkgs/release-21.11";
# Track channels with commits tested and built by hydra
nixos.url = "github:nixos/nixpkgs/nixos-21.11";
latest.url = "github:nixos/nixpkgs/nixos-unstable";
master.url = "github:nixos/nixpkgs/master";
@ -41,6 +42,8 @@
nixos-hardware.url = "github:nixos/nixos-hardware";
nixos-generators.url = "github:nix-community/nixos-generators";
# PubSolarOS additions
nix-dram.url = "github:dramforever/nix-dram";
nix-dram.inputs.nixpkgs.follows = "latest";