# https://discourse.nixos.org/t/recommended-way-to-sync-locked-versions-across-flakes/34643/3 # https://github.com/shanesveller/nix-flake-lock-targets/blob/develop/flake.nix { description = "Empty flake to align multiple repos' nixpkgs inputs"; inputs = { nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable"; nixpkgs-master.url = "github:nixos/nixpkgs/master"; flake-utils.url = "github:numtide/flake-utils"; }; outputs = _: {}; }