Remove some spare files
This commit is contained in:
parent
f9250db3d8
commit
93045ff863
3 changed files with 10 additions and 231 deletions
10
qemu/shell.nix
Normal file
10
qemu/shell.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
let
|
||||
pkgs = import <nixpkgs> { config.allowUnfree = true; };
|
||||
#unstable = import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/nixpkgs-unstable.tar.gz") {
|
||||
# config.allowUnfree = true;
|
||||
#};
|
||||
in pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
qemu
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue