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:
do butterflies cry? 2026-02-16 19:37:21 +10:00
parent fd3b11c7cf
commit a2ac6b5da3

View file

@ -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 = {