pin nixpkgs flake

This commit is contained in:
Callum Leslie 2024-09-10 08:59:10 +01:00
parent 462377c693
commit 0c66937c72
Signed by: cleslie
GPG key ID: D382C4AFEECEAA90

View file

@ -1,6 +1,11 @@
{pkgs, ...}: {
{
pkgs,
inputs,
...
}: {
nix = {
package = pkgs.nixVersions.latest;
registry.nixpkgs.flake = inputs.nixpkgs;
gc = {
automatic = true;
dates = "weekly";