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:
parent
3da270e28e
commit
a1c98e91fd
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# comma did not compile on 15.07.2022
|
||||
# comma
|
||||
comma
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user