1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Fix comma dependency

comma seems to be only checked and tested against unstable
This commit is contained in:
Stefan Ellmauthaler 2022-07-21 17:04:05 +02:00
parent 3da270e28e
commit a1c98e91fd
Failed to extract signature
2 changed files with 2 additions and 2 deletions

View File

@ -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";
};
};

View File

@ -34,7 +34,7 @@
home.packages = with pkgs; [
# comma did not compile on 15.07.2022
# comma
comma
];
programs = {