Skip to content

Commit

Permalink
fix flake inputs and pinned nix version
Browse files Browse the repository at this point in the history
  • Loading branch information
fbegyn committed Dec 14, 2023
1 parent 95969d9 commit fc2ab2f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 24 deletions.
39 changes: 20 additions & 19 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
description = "Nixos configuration flake";

inputs = {
nixpkgs.url = "nixpkgs/nixos-23.11";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable";
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
nur.url = "github:nix-community/NUR";

nixos-hardware.url = "github:nixos/nixos-hardware";
Expand Down Expand Up @@ -76,15 +76,13 @@
pkgs = nixpkgs.legacyPackages."x86_64-linux";

overlay = final: prev: {
nix = final.nixVersions.nix_2_16;
unstable = import nixpkgs-unstable {
system = prev.system;
inherit nixpkgs;
config.allowUnfree = true;
overlays = [
(import ./overlays/weechat.nix)
(import ./overlays/nix-updates.nix)
# (import ./overlays/browser-eid.nix)
(import ./overlays/browser-eid.nix)
];
};
fbegyn = {
Expand Down

0 comments on commit fc2ab2f

Please sign in to comment.