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 = {
|
comma = {
|
||||||
url = "github:nix-community/comma";
|
url = "github:nix-community/comma";
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.follows = "nixpkgs";
|
nixpkgs.follows = "nixpkgs-unstable";
|
||||||
utils.follows = "flake-utils-plus/flake-utils";
|
utils.follows = "flake-utils-plus/flake-utils";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# comma did not compile on 15.07.2022
|
# comma did not compile on 15.07.2022
|
||||||
# comma
|
comma
|
||||||
];
|
];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user