aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-12-07 12:33:17 -0800
committerFranck Cuny <franck@fcuny.net>2025-12-07 12:33:17 -0800
commitcfe16b41e203468fd669d9507e2917d0f9bd7a7d (patch)
tree5bf7a59d9a0a232470c9d93f16b7301b811b857a /flake.nix
parentboot configuration for nixos (diff)
downloadinfra-cfe16b41e203468fd669d9507e2917d0f9bd7a7d.tar.gz
test the buildfcuny/jovian
Diffstat (limited to '')
-rw-r--r--flake.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index ebe5464..d1bd1a5 100644
--- a/flake.nix
+++ b/flake.nix
@@ -3,6 +3,7 @@
inputs = {
nixpkgs.url = "https://channels.nixos.org/nixos-25.05/nixexprs.tar.xz";
+ nixpkgs-unstable.url = "https://channels.nixos.org/nixos-unstable/nixexprs.tar.xz";
home-manager = {
url = "github:nix-community/home-manager/release-25.05";
@@ -53,6 +54,11 @@
inputs.nixpkgs-lib.follows = "nixpkgs";
};
+ jovian = {
+ url = "github:Jovian-Experiments/Jovian-NixOS";
+ inputs.nixpkgs.follows = "nixpkgs-unstable";
+ };
+
my-go-tools.url = "git+https://code.fcuny.net/x";
};