From 7abbd8df7a0961a21f73726f088ab7bf1e73164e Mon Sep 17 00:00:00 2001 From: MoritzBoehme Date: Tue, 26 Oct 2021 09:36:58 +0200 Subject: [PATCH] removed artifacts from switching to unstable --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index eaacf0b..2e2fc2e 100644 --- a/flake.nix +++ b/flake.nix @@ -6,8 +6,6 @@ ############## inputs = { - # nixpkgs.url = "github:nixos/nixpkgs/release-21.05"; - # unstable.url = "github:nixos/nixpkgs/nixos-unstable"; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; stable.url = "github:nixos/nixpkgs/release-21.05"; nur.url = "github:nix-community/NUR";