From 13f7a36ad7a8f62c135e43db6fea72a19999385b Mon Sep 17 00:00:00 2001 From: alejandro-angulo Date: Thu, 22 Aug 2024 17:00:21 -0700 Subject: [PATCH] Removed stale comment --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index 5b396a0..ea2f098 100644 --- a/flake.nix +++ b/flake.nix @@ -12,8 +12,6 @@ nixos-generators.url = "github:nix-community/nixos-generators"; nixos-generators.inputs.nixpkgs.follows = "nixpkgs"; - # For some reason updating causes an error saying /nix/store/secrets can't - # be access in pure mode (doesn't play nice with agenix) snowfall-lib.url = "github:snowfallorg/lib"; snowfall-lib.inputs.nixpkgs.follows = "nixpkgs";