fixed
This commit is contained in:
parent
00aaa4d250
commit
793ce0c8db
5
push.sh
Executable file
5
push.sh
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
git add .
|
||||||
|
git commit -m "fixed"
|
||||||
|
git push origin master
|
@ -1,6 +1,5 @@
|
|||||||
{ ... }:
|
{ ... }:
|
||||||
let
|
let
|
||||||
pkgs = (import <nixpkgs> { overlays = [ (import ./overlay.nix) ]);
|
pkgs = import <nixpkgs> { overlays = [ (import ./overlay.nix) ];
|
||||||
in {
|
in
|
||||||
qemu = pkgs.patched-qemu;
|
qemu = pkgs.patched-qemu;
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user