ok maybe leave nixpkgs...
we won't depend on it (i force that) but it's good to allow following
This commit is contained in:
parent
fd3b11c7cf
commit
a2ac6b5da3
1 changed files with 5 additions and 1 deletions
|
|
@ -16,7 +16,11 @@
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
systems.url = "github:nix-systems/default";
|
systems.url = "github:nix-systems/default";
|
||||||
# nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
|
|
||||||
|
# WARNING: nixpkgs is ONLY included so flakes using Cerulean can
|
||||||
|
# WARNING: force Cerulean's inputs to follow a specific revision.
|
||||||
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
|
||||||
|
|
||||||
nt.url = "github:cry128/nt";
|
nt.url = "github:cry128/nt";
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue