Skip to content
Snippets Groups Projects
Select Git revision
  • 46ea4359e08ae876daaf408d98773afced71138a
  • main default protected
  • 75389691-a67c-422a-91e9-aa58bfb5-main-patch-32205
  • test-pipe
  • extended-scripts
  • structured-badges
  • guix-pipeline
  • cabal-pipeline
8 results

flake.nix

Blame
  • stuebinm's avatar
    stuebinm authored
    f124e337
    History
    flake.nix 287 B
    {
      description = "walint: workadventure map linting";
    
      inputs.nixpkgs.url = "github:NixOS/nixpkgs/release-22.05";
    
      outputs = { self, nixpkgs }:
      {
        defaultPackage.x86_64-linux = import ./default.nix { 
          nixpkgs = import nixpkgs { system = "x86_64-linux"; }; 
        };
      };
    }