nix: unpin nonflake nixpkgs
This commit is contained in:
parent
0a7dac7576
commit
863332738c
1 changed files with 1 additions and 13 deletions
|
@ -1,14 +1,2 @@
|
||||||
{pkgs, ...}@args:
|
{pkgs, ...}@args:
|
||||||
import ./moduleInner.nix (args // (
|
import ./moduleInner.nix (args // ({ bookwyrm = pkgs.callPackage ./default.nix { };}))
|
||||||
let
|
|
||||||
pinnedPkgs = import (pkgs.fetchFromGitHub {
|
|
||||||
owner = "NixOS";
|
|
||||||
repo = "nixpkgs";
|
|
||||||
rev = "914ef51ffa88d9b386c71bdc88bffc5273c08ada";
|
|
||||||
sha256 = "sha256-A+oT+aQGhW5lXy8H0cqBLsYtgcnT5glmGOXWQDcGw6I=";
|
|
||||||
}) {
|
|
||||||
# we need to inherit config to propagate allowUnfree settings (which
|
|
||||||
# are needed for bookwyrm)
|
|
||||||
inherit (pkgs) system config;
|
|
||||||
};
|
|
||||||
in { bookwyrm = pinnedPkgs.callPackage ./default.nix { };}))
|
|
Loading…
Add table
Reference in a new issue