aboutsummaryrefslogtreecommitdiffstats
path: root/flake
diff options
context:
space:
mode:
Diffstat (limited to 'flake')
-rw-r--r--flake/default.nix4
-rw-r--r--flake/nixosConfigurations/default.nix2
2 files changed, 5 insertions, 1 deletions
diff --git a/flake/default.nix b/flake/default.nix
index 3bd0e6ba..c04be901 100644
--- a/flake/default.nix
+++ b/flake/default.nix
@@ -2,6 +2,7 @@
# core
self,
pkgs,
+ pkgsStable,
myPkgs,
system,
sysLib,
@@ -31,6 +32,7 @@
nixosConfigurations = import ./nixosConfigurations {
inherit
self
+ pkgsStable
myPkgs
system
nixpkgs_as_input
@@ -101,7 +103,7 @@ in {
pkgs.git-bug
# secrets
- ragenix.packages."${system}".default
+ # ragenix.packages."${system}".default
# shell
pkgs.shfmt # TODO: Integrate this into nvim <2023-10-31>
diff --git a/flake/nixosConfigurations/default.nix b/flake/nixosConfigurations/default.nix
index 92e1a41e..c15d7fdd 100644
--- a/flake/nixosConfigurations/default.nix
+++ b/flake/nixosConfigurations/default.nix
@@ -1,6 +1,7 @@
{
self,
system,
+ pkgsStable,
myPkgs,
nixpkgs_as_input,
nixpkgs_open_prs,
@@ -42,6 +43,7 @@
inherit
# extra package sources
nixpkgs_open_prs
+ pkgsStable
myPkgs
shell_library
sysLib