Skip to content

Commit 9a9f11a

Browse files
authored
Merge pull request #18 from petm5/dev
switch to upstream nixpkgs
2 parents d9088ad + 819ff11 commit 9a9f11a

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.1
1+
0.3.2

flake.lock

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

flake.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
description = "Minimal image-based NixOS configuration";
33
inputs = {
4-
# nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
5-
nixpkgs.url = "github:petm5/nixpkgs/fix-init-run-mount";
4+
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
65
};
76
outputs = { self, nixpkgs }: let
87
pkgs = import nixpkgs {

0 commit comments

Comments
 (0)