From a1c98e91fdc9aacb3bcdbb7858c6e700f01cf126 Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Thu, 21 Jul 2022 17:04:05 +0200 Subject: [PATCH] Fix comma dependency comma seems to be only checked and tested against unstable --- flake.nix | 2 +- users/ellmau/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 96fafbe..837f6d6 100644 --- a/flake.nix +++ b/flake.nix @@ -53,7 +53,7 @@ comma = { url = "github:nix-community/comma"; inputs = { - nixpkgs.follows = "nixpkgs"; + nixpkgs.follows = "nixpkgs-unstable"; utils.follows = "flake-utils-plus/flake-utils"; }; }; diff --git a/users/ellmau/default.nix b/users/ellmau/default.nix index 930db15..5ece8b8 100644 --- a/users/ellmau/default.nix +++ b/users/ellmau/default.nix @@ -34,7 +34,7 @@ home.packages = with pkgs; [ # comma did not compile on 15.07.2022 - # comma + comma ]; programs = {