From 56d8db0393c5ccf47f0ccdf80808a37477f0f9ae Mon Sep 17 00:00:00 2001 From: sstent Date: Wed, 22 Feb 2023 14:21:21 -0500 Subject: [PATCH] sync --- configurations.nix | 1 + flake.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/configurations.nix b/configurations.nix index 9f65839..71e425f 100644 --- a/configurations.nix +++ b/configurations.nix @@ -3,6 +3,7 @@ , sops-nix , inputs , nixos-hardware +, nix , ... }: let diff --git a/flake.nix b/flake.nix index bc0ba29..2f435dd 100644 --- a/flake.nix +++ b/flake.nix @@ -10,6 +10,7 @@ nixos-wsl = {url = "github:nix-community/NixOS-WSL"; inputs.nixpkgs.follows = "nixpkgs";}; sops-nix.url = github:Mic92/sops-nix; flake-utils.url = "github:numtide/flake-utils"; + nix.url = "github:NixOS/nix/2.12.0"; };