this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at mrrow 14 lines 408 B view raw
1# yaml-language-server: $schema=https://devenv.sh/devenv.schema.json 2inputs: 3 nixpkgs: 4 url: github:NixOS/nixpkgs/nixos-unstable 5# If you're using non-OSS software, you can set allowUnfree to true. 6# allowUnfree: true 7 8# If you're willing to use a package that's vulnerable 9# permittedInsecurePackages: 10# - "openssl-1.1.1w" 11 12# If you have more than one devenv you can merge them 13#imports: 14# - ./backend