Skip to content

Commit

Permalink
Doh
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Jun 23, 2020
1 parent 7858541 commit 98414b0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
2 changes: 0 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
description = "A collection of flake templates";

inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-20.03";

outputs = { self }: {

templates = {
Expand Down
17 changes: 10 additions & 7 deletions simple-container/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions simple-container/flake.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-20.03";

outputs = { self, nixpkgs }: {

nixosConfigurations.container = nixpkgs.lib.nixosSystem {
Expand Down

0 comments on commit 98414b0

Please sign in to comment.