From ba1fcdddc1eee9b740dfb6c5f931cb489dae66ee Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 7 Oct 2022 22:45:00 +0200 Subject: Update to NixOS unstable --- flake.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 1249f2a9..2de8b6cf 100644 --- a/flake.nix +++ b/flake.nix @@ -1,12 +1,13 @@ { inputs = { - nixpkgs.url = github:NixOS/nixpkgs/nixos-22.05; + nixos.url = github:NixOS/nixpkgs/nixos-22.05; + nixos-unstable.url = github:NixOS/nixpkgs/nixos-unstable; nixpkgs-unstable.url = github:NixOS/nixpkgs; nixos-hardware.url = github:NixOS/nixos-hardware; }; - outputs = { self, nixpkgs, ... }@attrs: { - nixosConfigurations.prefect = nixpkgs.lib.nixosSystem { + outputs = { self, nixos-unstable, ... }@attrs: { + nixosConfigurations.prefect = nixos-unstable.lib.nixosSystem { system = "x86_64-linux"; specialArgs = attrs; modules = [ ./system/prefect.nix ]; -- cgit 1.4.1