From 3d00431c33a196f16d617c49dbfb3920a7a7fb3f Mon Sep 17 00:00:00 2001 From: Minijackson Date: Thu, 20 May 2021 20:53:37 +0200 Subject: nix: fix nixpkgs channel in spec --- spec.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec.nix') diff --git a/spec.nix b/spec.nix index 290717f..9ddb70c 100644 --- a/spec.nix +++ b/spec.nix @@ -24,7 +24,7 @@ in { "keepnr": 10, "inputs": { "src": { "type": "git", "value": "https://git.huh.gdn/set_eq/ master", "emailresponsible": true }, - "nixpkgs": { "type": "git", "value": "https://github.com/nixos/nixpkgs-channels nixos-20.09", "emailresponsible": false } + "nixpkgs": { "type": "git", "value": "https://github.com/nixos/nixpkgs nixos-20.09", "emailresponsible": false } } } } -- cgit v1.2.3