Skip to content
Discussion options

You must be logged in to vote

Thank you! Figured it out, checked out your configuration and got it working with

{
  den,
  inputs,
  withSystem,
  ...
}:
{
  flake-file.inputs = {
    nixpkgs.url = "github:nixos/nixpkgs/nixos-26.05";
    nixpkgs-master.url = "github:NixOS/nixpkgs/master";
    nixpkgs-unstable.url = "github:nixos/nixpkgs?ref=nixos-unstable";

    pkgs-by-name.url = "github:drupol/pkgs-by-name-for-flake-parts";

    home-manager = {
      url = "github:nix-community/home-manager/release-26.05";
      inputs.nixpkgs.follows = "nixpkgs";
    };
  };

  imports = [
    inputs.flake-file.flakeModules.default
    inputs.pkgs-by-name.flakeModule
  ];

  flake = {
    overlays.default = _final: prev: {
      l…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@nikolai-in
Comment options

Answer selected by nikolai-in
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants