1
1
mirror of https://github.com/divnix/digga.git synced 2024-12-23 16:11:51 +03:00

flake: drop follows for nixos-generators input

This commit is contained in:
Pacman99 2021-06-16 16:41:57 -07:00 committed by Parthiv Seetharaman
parent 3454756ce0
commit 979b1bb723

View File

@ -7,9 +7,10 @@
devshell.url = "github:numtide/devshell";
utils.url = "github:gytis-ivaskevicius/flake-utils-plus/staging";
nixlib.url = "github:divnix/nixpkgs.lib";
nixos-generators.url = "github:nix-community/nixos-generators";
# We only use the nixosModules output which only needs nixpkgs lib
nixos-generators.inputs.nixpkgs.follows = "nixlib";
# TODO: don't pull another 'nixpkgs' when only nixpkgs lib is needed
nixos-generators.url = "github:nix-community/nixos-generators";
# Only used for development
nixpkgs.url = "github:nixos/nixpkgs";