Maybe use unstable channel machigng?
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
let
|
||||
unstable = import <nixpkgs-unstable> { config = { allowUnfree = true; }; };
|
||||
in
|
||||
|
||||
{
|
||||
imports = [
|
||||
# Include the results of the hardware scan.
|
||||
@@ -184,7 +188,7 @@
|
||||
nodejs_20
|
||||
uv
|
||||
code-cursor
|
||||
cursor-cli
|
||||
unstable.cursor-cli
|
||||
];
|
||||
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
|
Reference in New Issue
Block a user