From 0ecf6b04497ac2871faebba2deb06ff4179fb9d2 Mon Sep 17 00:00:00 2001 From: Vegard Bieker Matthey Date: Wed, 18 Mar 2026 12:19:32 +0100 Subject: [PATCH] test stable worblehat --- flake.nix | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/flake.nix b/flake.nix index 1591e03..a6cc3d6 100644 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,7 @@ dibbler.url = "git+https://git.pvv.ntnu.no/Projects/dibbler.git?ref=main"; dibbler.inputs.nixpkgs.follows = "nixpkgs"; - worblehat.url = "git+https://git.pvv.ntnu.no/Projects/worblehat.git?ref=main"; + worblehat.url = "git+https://git.pvv.ntnu.no/Projects/worblehat.git?ref=stable_deps"; worblehat.inputs.nixpkgs.follows = "nixpkgs"; matrix-next.url = "github:dali99/nixos-matrix-modules/v0.8.0"; @@ -200,17 +200,6 @@ [ inputs.dibbler.overlays.default inputs.worblehat.overlays.default - (final: prev: - let - unstablePkgs = import nixpkgs-unstable { - inherit (prev) system config; - }; - in - { - python3 = unstablePkgs.python3; - python3Packages = unstablePkgs.python3Packages; - } - ) ]; }; shark = stableNixosConfig "shark" { };