forked from rarias/jungle
Compare commits
1 Commits
test-hello
...
desc
| Author | SHA1 | Date | |
|---|---|---|---|
|
d414ac2cfa
|
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
description = "hello";
|
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
description = "configuration for jungle machines";
|
||||||
|
|
||||||
outputs = { self, nixpkgs, ... }:
|
outputs = { self, nixpkgs, ... }:
|
||||||
let
|
let
|
||||||
mkConf = name: nixpkgs.lib.nixosSystem {
|
mkConf = name: nixpkgs.lib.nixosSystem {
|
||||||
|
|||||||
Reference in New Issue
Block a user