chore: Update fleka inputs
This commit is contained in:
parent
908829263c
commit
e5d94609bc
10 changed files with 271 additions and 333 deletions
|
|
@ -15,6 +15,8 @@ in
|
|||
./vim.nix
|
||||
./prismlauncher.nix
|
||||
|
||||
./fix-guix.nix
|
||||
|
||||
# Nur
|
||||
./nur.nix
|
||||
]
|
||||
|
|
|
|||
5
overlays/modifications/fix-guix.nix
Normal file
5
overlays/modifications/fix-guix.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{inputs, ...}: _final: prev: let
|
||||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in {
|
||||
guix = inputs.nixpkgs-0182a361324364ae3f436a63005877674cf45efb.legacyPackages.${system}.guix;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue