mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2026-03-19 06:07:33 +01:00
test stable worblehat
This commit is contained in:
13
flake.nix
13
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" { };
|
||||
|
||||
Reference in New Issue
Block a user