Skip to content

Commit 0baa340

Browse files
authored
Merge pull request #4 from ngi-nix/nixpkgs-update-portable-lib
Update nixpkgs version
2 parents d47f6d7 + 68e2a43 commit 0baa340

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/modules/nimi.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
let
77
inherit (lib) mkOption types;
88

9-
portable-lib = import (pkgs.path + "/nixos/modules/system/service/portable/lib.nix") {
9+
portable-lib = import (pkgs.path + "/lib/services/lib.nix") {
1010
inherit lib;
1111
};
1212

0 commit comments

Comments
 (0)